-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
FIFO Support #272
Comments
Opened PR #273. |
Closed
phstc
pushed a commit
that referenced
this issue
Dec 3, 2016
Merged
phstc
pushed a commit
that referenced
this issue
Dec 3, 2016
phstc
pushed a commit
that referenced
this issue
Dec 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Shoryuken with a FIFO queue, and the AWS SDK is generating the following error when attempting to queue a job.
Aws::SQS::Errors::MissingParameter (The request must contain the parameter MessageGroupId.)
Research reveals that this is a required message attribute when working with FIFO queue. As per MessageGroupID section in this link.
I'll send a quick and dirty PR to generate a random one.
The text was updated successfully, but these errors were encountered: