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

Add --delay option #37

Closed
wants to merge 75 commits into from
Closed

Add --delay option #37

wants to merge 75 commits into from

Conversation

ryanwitt
Copy link
Member

@ryanwitt ryanwitt commented Jul 31, 2018

Closes #36

SQS provides a feature where message delivery can be delayed up to 15 minutes (900 seconds) per message.

This PR adds the --delay <seconds> option to enqueue and enqueue-batch. This activates the SQS Message Timer feature on each message enqueued while this option is present.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 92.622% when pulling 40c2d15 on delay into 17626d3 on master.

@ryanwitt ryanwitt changed the base branch from master to v2 December 11, 2023 15:26
@ryanwitt ryanwitt closed this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add --delay option
2 participants