mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 22:13:02 +00:00
move also gunicorn_conf.py in scripts directory
This commit is contained in:
parent
9eb2d34971
commit
74be246c74
2 changed files with 1 additions and 1 deletions
4
scripts/gunicorn_conf.py
Normal file
4
scripts/gunicorn_conf.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from prometheus_client import multiprocess
|
||||
|
||||
def child_exit(server, worker):
|
||||
multiprocess.mark_process_dead(worker.pid)
|
Loading…
Add table
Add a link
Reference in a new issue