Categories: None [Edit]

resque-remote

https://rubygems.org/gems/resque-remote
https://github.com/localshred/resque-remote
Compatible with Resque 1.x. Use Resque.push if you are using >= 2.x. Resque is great. So is job processing with redis. Our biggest drawback has been that resque requires the class that will be processing a job to be loaded when the job is enqueued. But what happens when the implementing job is defined in a separate application and isn't currently loaded into memory? Enter Resque Remote. Resque Remote's simple goal is to allow you to add a job to a queue with a string identifier for the class rather than the class constant. It is assumed that the worker-side of the equation _will_ have the class in memory and hence will be able to run it no problem. Feedback, comments and questions are welcome at bj [dot] neilsen [at] gmail [dot] com.

Total

Ranking: 13,328 of 180,543
Downloads: 127,866

Daily

Ranking: 12,002 of 180,534
Downloads: 46

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,086,615,891bundler
23769,656,811rspec
83441,845,801resque

Owners

#GravatarHandle
1iconlocalshred