MCPcopy
hub / github.com/benoitc/gunicorn / worker_int

Function worker_int

examples/http2_gevent/gunicorn_conf.py:77–79  ·  view source on GitHub ↗

Called when a worker receives SIGINT or SIGQUIT.

(worker)

Source from the content-addressed store, hash-verified

75
76
77def worker_int(worker):
78 """Called when a worker receives SIGINT or SIGQUIT."""
79 worker.log.info("Worker received interrupt signal")
80
81
82def worker_abort(worker):

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected