Files
notifications-api/scripts/run_celery.sh
Martyn Inglis 3872ac5e67 Moved the deinition of which queues the worker will consume from
- now in config not the script
2016-03-01 16:57:06 +00:00

7 lines
117 B
Bash
Executable File

#!/bin/bash
set -e
source environment.sh
celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4