1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-08-21 13:50:13 +02:00
LibreTranslate/scripts/gunicorn_conf.py

4 lines
122 B
Python
Raw Normal View History

2022-12-26 22:10:43 +01:00
from prometheus_client import multiprocess
def child_exit(server, worker):
multiprocess.mark_process_dead(worker.pid)