Files
notifications-api/scripts/run_celery.sh

7 lines
117 B
Bash
Raw Normal View History

2016-02-17 10:22:25 +00:00
#!/bin/bash
set -e
source environment.sh
celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4