|
@@ -447,7 +447,7 @@ task_reject_on_worker_lost
|
|
|
|
|
|
Even if :setting:`task_acks_late` is enabled, the worker will
|
|
|
acknowledge tasks when the worker process executing them abrubtly
|
|
|
-exits or is signalled (e.g. :sig:`KILL`/:sig:`INT`, etc).
|
|
|
+exits or is signaled (e.g. :sig:`KILL`/:sig:`INT`, etc).
|
|
|
|
|
|
Setting this to true allows the message to be requeued instead,
|
|
|
so that the task will execute again by the same worker, or another
|