mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|