aboutsummaryrefslogtreecommitdiff
path: root/net-libs/meta-srht/files/meta.sr.ht.gunicorn.conf.py
blob: aa3e7ae0b3db0460d9128fc3e06adadd5daa71f7 (plain)
1
2
3
4
5
from prometheus_client import multiprocess


def child_exit(server, worker):
    multiprocess.mark_process_dead(worker.pid)