Created
September 10, 2021 03:37
-
-
Save PraneethKarnena/08ee13ff7d2f8352f4c5a84e1080c0b5 to your computer and use it in GitHub Desktop.
Commands to run Celery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clear && celery -A backend worker -l info --queues=celery_ams_regular --concurrency=6 --logfile=celery.log | |
clear && celery -A backend worker --queues=celery_ams_periodic -B -c 1 -l info --logfile=celerybeat.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment