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

Support FIFO queues in shoryuken sqs commands #473

Merged
merged 1 commit into from
Feb 13, 2018
Merged

Support FIFO queues in shoryuken sqs commands #473

merged 1 commit into from
Feb 13, 2018

Conversation

archaeologistdev
Copy link
Contributor

The message_deduplication_id and message_group_id are now preserved
when dumping, moving and requeuing messages.

Note: if a message is re-queued during the 5-minute deduplication
window, SQS will detect it as a duplicate, accept and suppress it.
To avoid this, run sqs dump and edit the resulting .jsonl file to
change the message_deduplication_id for all affected messages.

Fixes #470

The `message_deduplication_id` and `message_group_id` are now preserved
when dumping, moving and requeuing messages.

Note: if a message is re-queued during the 5-minute deduplication
window, SQS will detect it as a duplicate, accept and suppress it.
To avoid this, run `sqs dump` and edit the resulting `.jsonl` file to
change the `message_deduplication_id` for all affected messages.
@phstc phstc merged commit c5237f5 into ruby-shoryuken:master Feb 13, 2018
@phstc
Copy link
Collaborator

phstc commented Feb 13, 2018

@ocisly thanks! Added to master 🍻

@archaeologistdev archaeologistdev deleted the cli-fifo branch February 13, 2018 12:25
archaeologistdev referenced this pull request Feb 13, 2018
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.

2 participants