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: 879 of 183,487
Downloads: 44,618,355
Daily
Ranking: 1,514 of 183,477
Downloads: 6,720
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
1,157 | 29,744,168 | resque-scheduler |
1,505 | 19,201,602 | exception_notification |
1,614 | 16,509,096 | coverband |
1,835 | 12,108,517 | resque-retry |
2,576 | 5,717,570 | resque_spec |
2,652 | 5,325,421 | isolator |
2,701 | 5,132,138 | resque-cleaner |
2,738 | 4,962,399 | resque-pool |
2,763 | 4,877,639 | resque-status |
3,445 | 2,842,742 | resque-web |
3,667 | 2,479,358 | resque-sentry |
3,884 | 2,171,198 | resque-loner |
3,898 | 2,141,221 | raygun4ruby |
4,103 | 1,838,901 | resque-workers-lock |
4,411 | 1,546,094 | resque_solo |
4,518 | 1,457,940 | resque-job-stats-promptcloud |
4,646 | 1,365,981 | sentry-resque |
4,781 | 1,284,271 | resque-heroku-signals |
4,817 | 1,254,304 | resque-lock-timeout |
5,186 | 1,061,992 | resque-multi-job-forks |
Depends on
Rank | Downloads | Name |
---|---|---|
22 | 877,355,775 | multi_json |
121 | 289,142,189 | webrick |
124 | 285,224,403 | sinatra |
209 | 173,381,566 | thin |
216 | 167,121,453 | redis-namespace |
906 | 42,905,536 | mono_logger |
Owners
# | Gravatar | Handle |
---|---|---|
1 | defunkt | |
2 | jeremydaer | |
3 | patricktulskie | |
4 | steveklabnik | |
5 | rafaelfranca | |
6 | hone | |
7 | yaauie | |
8 | iloveitaly | |
9 | chrisccerami |