Skip to content

Commit

Permalink
Add interrupted signal handler caveat.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Dec 29, 2020
1 parent b953913 commit 8cbc11f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/signals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ The following signals are implemented by Huey:
* ``SIGNAL_REVOKED``: task is revoked and will not be executed.
* ``SIGNAL_SCHEDULED``: task is not yet ready to run and has been added to the
schedule for future execution.
* ``SIGNAL_INTERRUPTED``: task is interrupted when consumer exits
* ``SIGNAL_INTERRUPTED``: task is interrupted when consumer exits - **only
available when using the `process` worker model.**

When a signal handler is called, it will be called with the following
arguments:
Expand Down

0 comments on commit 8cbc11f

Please sign in to comment.