Moved the deinition of which queues the worker will consume from

- now in config not the script
This commit is contained in:
Martyn Inglis
2016-03-01 16:57:06 +00:00
parent a2b1dc0432
commit 3872ac5e67
2 changed files with 12 additions and 1 deletions

View File

@@ -3,4 +3,4 @@
set -e
source environment.sh
celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4 -Q sms,sms-code,email-code,email,process-job,bulk-sms,bulk-email,email-invited-user
celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4