Merge pull request #497 from MaximilianKindshofer/patch-1

Update brokers.rst
This commit is contained in:
Ilan Steemers
2021-01-15 17:31:30 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ Some pointers:
* Don't set the :ref:`queue_limit` so high that tasks time out while waiting to be processed.
* In case a task is worked on twice, the task result will be updated with the latest results.
* In some rare cases a non-atomic broker will re-queue a task after it has been acknowledged.
* If a task runs twice and a previous run has succeeded, the new result wil be discarded.
* If a task runs twice and a previous run has succeeded, the new result will be discarded.
* Limiting the number of retries is handled globally in your actual broker's settings.