Co-authored-by: galcohen <gal.cohen@autodesk.com>
This commit is contained in:
gal cohen 2021-03-02 15:35:37 +02:00 committed by GitHub
parent 2e9856023c
commit bf35d206e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
Back-off policy
------------------------
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.
Configuring the queues and backoff policy::