python

Celery start command

$ celery -A <project_name> worker -E -l INFO
$ celery -A <project_name> beat -E -l INFO
Was this helpful?