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

Method handle_ttin

gunicorn/arbiter.py:305–311  ·  view source on GitHub ↗

\ SIGTTIN handling. Increases the number of workers by one.

(self)

Source from the content-addressed store, hash-verified

303 raise StopIteration
304
305 def handle_ttin(self):
306 """\
307 SIGTTIN handling.
308 Increases the number of workers by one.
309 """
310 self.num_workers += 1
311 self.manage_workers()
312
313 def handle_ttou(self):
314 """\

Callers

nothing calls this directly

Calls 1

manage_workersMethod · 0.95

Tested by

no test coverage detected