Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The built-in delayed delivery mechanism (based on FIFO queues) might impact costs #1207

Open
mauroservienti opened this issue Jan 12, 2022 · 0 comments

Comments

@mauroservienti
Copy link
Member

mauroservienti commented Jan 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant