sidekiq-aws-sqs 0.0.1
sidekiq-aws-sqs is a Sidekiq extension that provides an easy way to poll and process messages from AWS SQS (Simple Queue Service) queues within a Sidekiq worker. It uses the SafePoller gem under the hood to safely poll messages at a specified interval, and gracefully handle shutdown events to avoid losing messages. It also integrates with Sidekiq's lifecycle events to start and stop the polling process automatically, and provides a simple interface to configure the SQS client and polling options.
Gemfile:
=
instalar:
=
dependencias de Runtime (5):
aws-sdk-sqs
~> 1.53
dry-configurable
~> 1.0, >= 1.0.1
rails
>= 6.0.0
safe_poller
~> 0.0.1
sidekiq
>= 7.0.0