You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 runcelery 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?The text was updated successfully, but these errors were encountered: