Skip to content

[FR] Comfortable Configuration of Celery via Environment Variables #1044

@tobmes42

Description

@tobmes42

Description:

To simplify the deployment of the application in Kubernetes, it would be helpful to configure Celery dynamically using environment variables.

The advantage: You don't need to modify configuration.py to change values like broker URL, result backend, or timeouts for specific environments. Instead, these values can be set directly in the Kubernetes manifest or via ConfigMap/Secret.

Reference:

A description of a possible implementation can be found in the following blog article: Celery Config Env Vars

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions