You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the unrestricted delayed delivery support, under certain circumstances (e.g., very long delay), the transport continuously re-schedules the delayed message very 15 minutes. Every re-schedule operation is a transaction with SQS, which has a cost.
It's worth investing some time to evaluate if there are alternatives. E.g., the endpoint could be scheduling delayed deliveries using CloudWatch, which can be configured to trigger the delayed event by sending a message to a queue. More details in #244
The text was updated successfully, but these errors were encountered:
When using the unrestricted delayed delivery support, under certain circumstances (e.g., very long delay), the transport continuously re-schedules the delayed message very 15 minutes. Every re-schedule operation is a transaction with SQS, which has a cost.
It's worth investing some time to evaluate if there are alternatives. E.g., the endpoint could be scheduling delayed deliveries using CloudWatch, which can be configured to trigger the delayed event by sending a message to a queue. More details in #244
The text was updated successfully, but these errors were encountered: