-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
DeleteMessageBatchRequestEntry errors, extraneous logging #375
Comments
Hi @dotpyfe I couldn't test it yet. But just something that feels strange is combining
|
@dotpyfe could you try to remove |
i tried the following worker variant:
i get the same output,
|
when i switched to manually deleting the sqs messages, it still has those extra prints:
|
awesome, thanks for the quick work! are the auto expire and exponential backoff messages safe to ignore? or is that indicative of a different issue? |
@dotpyfe thanks for checking that. They are safe to ignore, since it is ignoring only if exponential backoff and auto expire are off. Like, it does not need to show a warning for something that isn't on. |
gotcha - i tested your hotfix locally and it seems to solve the issue |
Fix miss handling empty batch fetches Fix #375
@dotpyfe awesome, thanks for testing it 🍻 v3.0.8 is out with your fix 🎉 |
Currently using shoryuken v3.0.7, with the following shoryuken.yml:
starting it via:
setup_shoryuken.rb looks like:
worker itself is defined as:
In the logs, I see lots of AWS errors on batches with 0 items, as well as extraneous warnings about exponential backoff and auto extend visibility when neither of those options has been set:
The text was updated successfully, but these errors were encountered: