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
SQS provides a feature where message delivery can be delayed up to 15 minutes (900 seconds) per message. It would be great to provide a --delay <seconds> option to qdone enqueue|enqueue-batch to use this feature.
Use cases include rate limits, exponential backoff throttles and scheduling events.
The text was updated successfully, but these errors were encountered:
SQS provides a feature where message delivery can be delayed up to 15 minutes (900 seconds) per message. It would be great to provide a
--delay <seconds>
option toqdone enqueue|enqueue-batch
to use this feature.Use cases include rate limits, exponential backoff throttles and scheduling events.
The text was updated successfully, but these errors were encountered: