MCPcopy
hub / github.com/celery/celery / cry_handler

Function cry_handler

celery/apps/worker.py:495–498  ·  view source on GitHub ↗

Signal handler logging the stack-trace of all active threads.

(*args)

Source from the content-addressed store, hash-verified

493 return
494
495 def cry_handler(*args):
496 """Signal handler logging the stack-trace of all active threads."""
497 with in_sighandler():
498 safe_say(cry())
499 platforms.signals[sig] = cry_handler
500
501

Callers

nothing calls this directly

Calls 3

in_sighandlerFunction · 0.90
cryFunction · 0.90
safe_sayFunction · 0.85

Tested by

no test coverage detected