docker-django-celery icon indicating copy to clipboard operation
docker-django-celery copied to clipboard

How to config celery beat task in docker?

Open Jay54520 opened this issue 8 years ago • 1 comments

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?

Jay54520 avatar Feb 25 '17 08:02 Jay54520

I asked a question in stackoverflow: http://stackoverflow.com/questions/42455660/deploy-celery-with-beat-in-docker

Jay54520 avatar Feb 25 '17 11:02 Jay54520