mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-19 17:50:05 -04:00
Celery task to send the sms verify code.
Each celery task will use it's own queue.
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
set -e
|
||||
|
||||
source environment.sh
|
||||
celery -A run_celery.notify_celery worker --loglevel=INFO --logfile=/var/log/notify/application.log --concurrency=4 -Q sms
|
||||
celery -A run_celery.notify_celery worker --loglevel=INFO --logfile=/var/log/notify/application.log --concurrency=4 -Q sms, sms_code
|
||||
Reference in New Issue
Block a user