move also gunicorn_conf.py in scripts directory

This commit is contained in:
dingedi
2023-01-12 14:57:18 +01:00
parent 9eb2d34971
commit 74be246c74
2 changed files with 1 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
from prometheus_client import multiprocess
def child_exit(server, worker):
multiprocess.mark_process_dead(worker.pid)