10 open-source projects similar to fatkodima/sidekiq-iteration, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sidekiq Iteration alternative.
A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.
Fast and distributed workflow runner using ActiveJob and Redis
A fast background processing framework for Ruby and RabbitMQ
A super efficient Amazon SQS thread based message processor for Ruby.
Resque is a Ruby library for enqueueing and processing asynchronous tasks using Redis as a data store. It functions as a distributed task processor and queue manager, allowing long-running work to be moved out of the main request cycle. The system executes background jobs in isolated child processes to prevent memory leaks and provides a web-based dashboard for monitoring queue depths, worker activity, and failed job statistics. Capability areas include distributed worker coordination via signals, error handling with job retry mechanisms, and priority-ordered queue management. It also suppor
Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Makes your background jobs interruptible and resumable by design.