Support Customizable Retry Behaviors on SQS Message Processing. #1314
Labels
component: sqs
SQS integration related issue
status: ideal-for-contribution
We agree it's nice to have but it is not team priority
type: enhancement
Smaller enhancement in existing integration
Implement one or more ErrorHandler to support different retry behaviors.
We should be able achieve this functionality by using the
Visibility
implementation object provided in theSQS_VISIBILITY_TIMEOUT_HEADER
.We should also be able to achieve complex retry behaviors such as Exponential Backoffs by looking up the
ApproximateReceiveCount
attribute (mapped to theSQS_APPROXIMATE_RECEIVE_COUNT
header).See #1313.
The text was updated successfully, but these errors were encountered: