Increse harakiri for review dashboard

This commit is contained in:
Ben Sturmfels 2023-04-24 18:47:00 +10:00
parent 3e21ee85d0
commit 0d6b919f47
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -7,9 +7,7 @@ module = pinaxcon.wsgi
master = true
socket = /tmp/{{ site_name }}_uwsgi.sock
processes = 3
# Reduced this again now that reports are deferred to a queued task. Could
# potentially be further reduced.
harakiri = 15
harakiri = 30
max-requests = 5000
vacuum = true
# For Sentry, see https://docs.sentry.io/clients/python/advanced/#a-note-on-uwsgi.