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
No known key found for this signature in database
GPG key ID: EE23A12D271A3CED
2 changed files with 1 additions and 1 deletions

4
scripts/gunicorn_conf.py Normal file
View file

@ -0,0 +1,4 @@
from prometheus_client import multiprocess
def child_exit(server, worker):
multiprocess.mark_process_dead(worker.pid)