Categories: None [Edit]

resqueue

https://rubygems.org/gems/resqueue
Resqueue is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. It is meant to be the continuation of Resque since it is no longer released by its maintainers. 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 is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.

Total

Ranking: 163,181 of 187,571
Downloads: 2,888

Daily

Ranking: 113,854 of 187,548
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
241,006,467,290multi_json
133320,279,969sinatra
233190,762,964redis-namespace
95847,640,226mono_logger
1,05641,922,086vegas

Owners

#GravatarHandle
1iconOss