mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-30 06:09:58 -04:00
Moved the deinition of which queues the worker will consume from
- now in config not the script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user