Description
Resque (pronounced like "rescue") is a Redis-backed library for creating
background jobs, placing those jobs on multiple queues, and processing
them later.
Background jobs can be any Ruby class or module that responds to
perform. Your existing classes can easily be converted to background
jobs or you can create new classes specifically to do work. Or, you
can do both.
Resque is heavily inspired by DelayedJob (which rocks) and comprises
three parts:
Resque alternatives and similar tools
Based on the "Queuing" category.
Alternatively, view Resque alternatives based on common mentions on social networks and blogs.
-
NATS
High-Performance server for NATS.io, the cloud and edge native messaging system. -
Chronicle Queue
Micro second messaging that stores everything to disk -
HornetQ
HornetQ is an open source project to build a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system. -
Siberite
Siberite is a simple, lightweight, leveldb backed message queue written in Go. -
The Apollo Project
ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ.
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Resque or a related project?