-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
When the worker receives a signal that makes it quit the current job, like SIGUSR1, we need to give a chance to the user to do something in its code.
I propose two events:
- job_aborting - triggered at the beginning of kill_child() if there's a running job in the worker
- job_aborted - triggered after kill_child()
What do you think ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels