ruby-shoryuken / shoryuken

A super efficient Amazon SQS thread based message processor for Ruby
Other
2.05k stars 279 forks source link

`aws-sdk-core` 3.194.x breaks Shoryuken #767

Closed arvinwiyono closed 4 months ago

arvinwiyono commented 4 months ago

Dear Shoryuken team,

I am reporting here that the latest versions of aws-sdk-core (3.194.2) break Shoryuken when used with Rails ActiveJob. Messages enqueued to SQS queue do not get consumed by the worker and straight away go to the DLQ. I cannot find any error messages produced by the Shoryuken worker either.

More details about my broken setup:

arvinwiyono commented 4 months ago

Update: Upgrading aws-sdk-sqs from 1.64.0 to 1.73.0 solves this issue.