Collapse worker into Procfile from wrapper

This commit is contained in:
Christa Hartsock
2022-06-23 15:46:19 -07:00
parent a9d79021ca
commit 64cca93c1b

View File

@@ -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