on_timeout#
Upon timeout, the on_timeout handler is invoked. Unlike other events, this one is triggered by the Killer and not by something the process has done.
Definition#
1 2 3 4  |  | 
Possible use cases include:
- Send a log message
 - Create a metrics collector
 - Clean up the task's traces
 - Call 
retry/requeueto rerun the same task