mirror of https://github.com/celery/kombu.git
parent
2e9856023c
commit
bf35d206e7
|
@ -26,6 +26,7 @@
|
||||||
Back-off policy
|
Back-off policy
|
||||||
------------------------
|
------------------------
|
||||||
Back-off policy is using SQS visibility timeout mechanism altering the time difference between task retries.
|
Back-off policy is using SQS visibility timeout mechanism altering the time difference between task retries.
|
||||||
|
The mechanism changes message specific ``visibility timeout`` from queue ``Default visibility timeout`` to policy configured timeout.
|
||||||
The number of retries is managed by SQS (specifically by the ``ApproximateReceiveCount`` message attribute) and no further action is required by the user.
|
The number of retries is managed by SQS (specifically by the ``ApproximateReceiveCount`` message attribute) and no further action is required by the user.
|
||||||
|
|
||||||
Configuring the queues and backoff policy::
|
Configuring the queues and backoff policy::
|
||||||
|
|
Loading…
Reference in New Issue