Skip to content

How to config celery beat task in docker? #4

@Jay54520

Description

@Jay54520

I have some scheduler tasks, so I need celery beat to manage them. Like below:
Only run celery -A myproject.celeryconf beat in one worker, but run celery worker -A myproject.celeryconf -Q default -n default@%h in multiple workers.

How to write the run_celery.sh or use other strategies to accomplish it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions