MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / worker_int

Function worker_int

gunicorn.conf.py:29–31  ·  view source on GitHub ↗
(worker: UvicornWorker)

Source from the content-addressed store, hash-verified

27
28
29def worker_int(worker: UvicornWorker) -> None:
30 worker.log.info("🛑 Worker received INT signal, shutting down gracefully...")
31 sys.exit(0)
32
33
34def worker_abort(worker: UvicornWorker) -> None:

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected