Categories: Queues and Messaging [Edit]
resque
Resque is a Redis-backed Ruby 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 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: 952 of 196,051
Downloads: 54,172,435
Daily
Ranking: 1,152 of 195,980
Downloads: 22,434
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,308 | 35,939,718 | resque-scheduler |
| 1,406 | 32,146,980 | coverband |
| 1,628 | 23,920,073 | exception_notification |
| 2,031 | 14,578,928 | resque-retry |
| 2,727 | 7,308,790 | isolator |
| 2,754 | 7,178,204 | resque_spec |
| 2,910 | 6,362,821 | resque-cleaner |
| 2,918 | 6,335,894 | resque-pool |
| 3,121 | 5,380,964 | resque-status |
| 3,127 | 5,357,319 | mission_control-jobs |
| 3,800 | 3,242,684 | resque-web |
| 3,903 | 3,038,886 | resque-loner |
| 4,149 | 2,619,750 | raygun4ruby |
| 4,164 | 2,598,767 | resque-sentry |
| 4,171 | 2,582,993 | sentry-resque |
| 4,545 | 2,071,684 | resque-workers-lock |
| 4,655 | 1,938,528 | resque_solo |
| 5,255 | 1,458,915 | resque-job-stats-promptcloud |
| 5,341 | 1,410,963 | resque-heroku-signals |
| 5,548 | 1,296,028 | resque-lock-timeout |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 24 | 1,148,806,544 | multi_json |
| 79 | 594,627,555 | puma |
| 83 | 576,562,853 | redis |
| 96 | 500,659,788 | base64 |
| 109 | 467,724,782 | webrick |
| 125 | 396,515,187 | logger |
| 145 | 353,322,904 | sinatra |
| 252 | 210,090,725 | redis-namespace |
| 968 | 53,303,880 | mono_logger |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | iloveitaly | |
| 2 | defunkt | |
| 3 | hone | |
| 4 | steveklabnik | |
| 5 | yaauie | |
| 6 | chrisccerami | |
| 7 | rafaelfranca | |
| 8 | jeremydaer | |
| 9 | patricktulskie |