A super efficient Amazon SQS thread based message processor for Ruby. This project is in MAINTENANCE MODE. Reach me out on Slack link on the description if you want to become a new maintainer.
Other
2.06k
stars
280
forks
source link
delete_message_batch failed is returning nil rather than empty array … #754
…as before, default to empty array if nil returned.
I am seeing errors for
Shoryuken::Queue#delete_messages
This simply defaults to an empty array if nil is returned for failed_messages.
Similar fix to #753