From 0df06a87dc4658edcf155a6dafb4ed34d9751cc9 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Tue, 4 Aug 2020 11:13:12 -0400 Subject: [PATCH] improve phrasing (#6286) --- docs/userguide/tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/tasks.rst b/docs/userguide/tasks.rst index a4660fdfa69..12c44766449 100644 --- a/docs/userguide/tasks.rst +++ b/docs/userguide/tasks.rst @@ -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