Skip to content

Commit

Permalink
improve phrasing (#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenoh149 committed Aug 4, 2020
1 parent 1b32dd6 commit 0df06a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ instead. See also the FAQ entry :ref:`faq-acks_late-vs-retry`.

Note that the worker will acknowledge the message if the child process executing
the task is terminated (either by the task calling :func:`sys.exit`, or by signal)
even when :attr:`~Task.acks_late` is enabled. This behavior is by purpose
even when :attr:`~Task.acks_late` is enabled. This behavior is intentional
as...

#. We don't want to rerun tasks that forces the kernel to send
Expand Down

0 comments on commit 0df06a8

Please sign in to comment.