catch harakiri graceful signal in middlware and log debug info (#6673)

Middleware is from django_ansible_base
This commit is contained in:
Elijah DeLee
2024-09-16 12:25:03 -04:00
committed by GitHub
parent a1e3919b1f
commit 30b005aa9d
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ master-fifo = /var/lib/awx/awxfifo
max-requests = 1000
buffer-size = 32768
harakiri = 115
harakiri-graceful-timeout = 110
harakiri-graceful-signal = 6
py-call-osafterfork = true
if-env = UWSGI_MOUNT_PATH
mount = %(_)=awx.wsgi:application
endif =