mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-25 04:30:10 -04:00
Send email invitation to invited user
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
set -e
|
||||
|
||||
source environment.sh
|
||||
celery -A run_celery.notify_celery worker --loglevel=INFO --logfile=/var/log/notify/application.log --concurrency=4 -Q sms,sms-code,email-code,email,process-job,bulk-sms,bulk-email
|
||||
celery -A run_celery.notify_celery worker --loglevel=INFO --logfile=/var/log/notify/application.log --concurrency=4 -Q sms,sms-code,email-code,email,process-job,bulk-sms,bulk-email,email-invited-user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user