14 lines
266 B
INI
14 lines
266 B
INI
![]() |
[uwsgi]
|
||
|
module = run:app
|
||
|
callable = app
|
||
|
wsgi-file = run.py
|
||
|
|
||
|
master = true
|
||
|
processes = 4
|
||
|
smart-attach-daemon=./celery.pid /home/app/.local/bin/celery -A app.celery_worker worker --loglevel=info --pidfile=./celery.pid
|
||
|
|
||
|
socket = :8000
|
||
|
|
||
|
vacuum = true
|
||
|
die-on-term = true
|