Skip to content

job_aborting+ed event #16

@tarekziade

Description

@tarekziade

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions