forked from TencentBlueKing/bk-process-config-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Procfile
7 lines (7 loc) · 839 Bytes
/
Procfile
1
2
3
4
5
6
7
web: gunicorn --timeout 600 --max-requests 200 --max-requests-jitter 20 wsgi -w 8 -b :$PORT --access-logfile - --error-logfile - --access-logformat '[%(h)s] %({request_id}i)s %(u)s %(t)s "%(r)s" %(s)s %(D)s %(b)s "%(f)s" "%(a)s"'
dworker: celery -A blueapps.core.celery worker -Q default -n default@%h -c 5 -l info --maxtasksperchild=50
cworker: celery -A blueapps.core.celery worker -Q pipeline_additional_task,pipeline_additional_task_priority -n common_worker@%h -c 5 -l info --maxtasksperchild=50
ereworker: celery -A blueapps.core.celery worker -Q er_execute -n ri_worker@%h -l info -c 10 -l info --maxtasksperchild=100
ersworker: celery -A blueapps.core.celery worker -Q er_schedule -n ri_worker@%h -l info -c 10 -l info --maxtasksperchild=200
beat: celery -A blueapps.core.celery beat -l info
pwatch: python manage.py watch_process