mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
Collapse worker into Procfile from wrapper
This commit is contained in:
3
Procfile
3
Procfile
@@ -1 +1,2 @@
|
||||
web: ./scripts/paas_app_wrapper.sh
|
||||
web: unset GUNICORN_CMD_ARGS; exec ./scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||
worker: exec ./scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4 2> /dev/null
|
||||
Reference in New Issue
Block a user