Checklist
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
In the latest version of the documentation about task_reject_on_worker_lost, it says Enabling this can cause message loops
But actually, enabling this will not cause message loops, tasks only execute twice.Tasks that have been redelivered will not be redelivered again, source code
Suggestions
If it is a documentation error, it is best to remove the warning from the document.
If the document is ok, it is need to modify the code.
I can help modify the document or code.
Checklist
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the master branch.
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
In the latest version of the documentation about task_reject_on_worker_lost, it says
Enabling this can cause message loopsBut actually, enabling this will not cause message loops, tasks only execute twice.Tasks that have been redelivered will not be redelivered again, source code
Suggestions
If it is a documentation error, it is best to remove the warning from the document.
If the document is ok, it is need to modify the code.
I can help modify the document or code.