Open chillleader opened 2 months ago
Describe the Bug
The SQS inbound connector doesn't take polling delay into account when the receiveMessage call returns an error.
receiveMessage
This leads to eternal retries without delay every couple of ms when there is an error, e.g. when the queue doesn't exist or there is a network error.
Steps to Reproduce
Expected Behavior
Environment
This will partially fix the issue, full patch is targeted for the next release cycle: https://github.com/camunda/connectors/pull/3415
@chillleader Can we close this one?
Describe the Bug
The SQS inbound connector doesn't take polling delay into account when the
receiveMessage
call returns an error.This leads to eternal retries without delay every couple of ms when there is an error, e.g. when the queue doesn't exist or there is a network error.
Steps to Reproduce
Expected Behavior
Environment