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

[Feat] SQS and Send with Delay #3428

Closed
iancooper opened this issue Dec 18, 2024 · 1 comment
Closed

[Feat] SQS and Send with Delay #3428

iancooper opened this issue Dec 18, 2024 · 1 comment
Labels
0 - Backlog .NET Pull requests that update .net code v10 Allocal to a v10 release

Comments

@iancooper
Copy link
Member

Is your feature request related to a problem? Please describe.
We don't currently support SendWithDelay on AWS SNS/SQS but we should be able to do this.

Describe the solution you'd like
I don't think we want to u delay queue, as this delays all items. We would need to set up a specific delayqueue for time required and poll that queue for items to repost. Using the visibility timeout seems better, but this might not be possible if not being used from a Requeue as you have to read a message to then increase its lock period

Describe alternatives you've considered
Continue without support, or rely on a database solution to create a priority queue that we can read.
Message timers may also be a thing

Additional context

@iancooper iancooper added 0 - Backlog v10 Allocal to a v10 release .NET Pull requests that update .net code labels Jan 8, 2025
@iancooper
Copy link
Member Author

duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog .NET Pull requests that update .net code v10 Allocal to a v10 release
Projects
None yet
Development

No branches or pull requests

1 participant