Popularity
8.3
Stable
Activity
4.1
-
9,380
256
1,651

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:

Code Quality Rank: L5
Programming language: Ruby
License: MIT License
Tags: Queuing     Queue     Redis     Ruby     Background Jobs    
Latest version: v2.2.1

Resque alternatives and similar tools

Based on the "Queuing" category.
Alternatively, view Resque alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Resque or a related project?

Add another 'Queuing' Tool