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

Allow Batch Size to be Specified for Requeue #478

Merged
merged 2 commits into from
Feb 26, 2018

Conversation

waynerobinson
Copy link
Contributor

Sometimes batches of 10 messages will be larger than the 256KB per-request limit of batch send so allow this to be specified on the command-line during re-queue.

A better (future) option would be to automatically detect the message size and only send as many messages as will fit in a batch send request.

waynerobinson and others added 2 commits February 22, 2018 14:49
Sometimes batches of 10 messages will be larger than the 256KB per-request limit of batch send so allow this to be specified on the command-line during re-queue.

A better (future) option would be to automatically detect the message size and only send as many messages as will fit in a batch send request.
@phstc phstc merged commit d5f3cb5 into ruby-shoryuken:master Feb 26, 2018
@phstc
Copy link
Collaborator

phstc commented Feb 26, 2018

@waynerobinson Thanks! Added to master 🍻

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