fargo/debian/uwsgi.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
906 B
INI
Raw Normal View History

2019-07-08 21:41:09 +02:00
[uwsgi]
auto-procname = true
procname-prefix-spaced = fargo
strict = true
2019-07-08 21:41:09 +02:00
2019-12-01 16:25:32 +01:00
plugin = python3
single-interpreter = true
2019-07-08 21:41:09 +02:00
module = fargo.wsgi:application
need-app = true
2019-07-08 21:41:09 +02:00
http-socket = /run/fargo/fargo.sock
chmod-socket = 666
vacuum = true
2021-07-13 15:24:55 +02:00
spooler-processes = 3
spooler-max-tasks = 20
2019-07-08 21:41:09 +02:00
master = true
enable-threads = true
harakiri = 120
processes = 500
plugin = cheaper_busyness
cheaper-algo = busyness
cheaper = 5
cheaper-initial = 10
cheaper-overload = 5
cheaper-step = 10
cheaper-busyness-multiplier = 30
cheaper-busyness-min = 20
cheaper-busyness-max = 70
cheaper-busyness-backlog-alert = 16
cheaper-busyness-backlog-step = 2
max-requests = 500
max-worker-lifetime = 7200
2019-07-08 21:41:09 +02:00
buffer-size = 32768
py-tracebacker = /run/fargo/py-tracebacker.sock.
stats = /run/fargo/stats.sock
memory-report = true
2019-07-08 21:41:09 +02:00
ignore-sigpipe = true
if-file = /etc/fargo/uwsgi-local.ini
include = /etc/fargo/uwsgi-local.ini
endif =