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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: