Skip to content

Commit

Permalink
Update docs on what happens when consumer killed abruptly.
Browse files Browse the repository at this point in the history
refs #559
  • Loading branch information
coleifer committed Oct 15, 2020
1 parent 6d3d418 commit 55fc6a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/consumer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ your tasks, respectively.
to see if the task is configured to wait a number of seconds between
retries. Depending on the configuration, huey will either re-enqueue the
task for execution, or tell the scheduler when to re-enqueue it based on the
delay.
delay. If the consumer is killed abruptly or the machine powers off
unexpectedly, any tasks that are currently being run by a worker will be
"lost".

While all the above is going on with the Worker(s), the Scheduler is looking at
its schedule to see if any tasks are ready to be executed. If a task is ready
Expand Down

0 comments on commit 55fc6a2

Please sign in to comment.