mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-26 08:08:17 -04:00
Setup celery config
This commit is contained in:
6
scripts/run_celery.sh
Executable file
6
scripts/run_celery.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
source environment.sh
|
||||
celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=1 --autoreload -Q sms
|
||||
Reference in New Issue
Block a user