10 open-source projects similar to chanks/que, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Fast and distributed workflow runner using ActiveJob and Redis
Make your long-running sidekiq jobs interruptible and resumable.
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.