RubyGems Navigation menu

resque-remote 0.1.0

Note: Resque-remote is not needed in resque >= 0.18 as `enqueue_at` became a standard API method which does exactly what resque-remote aims to provide. 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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.3 - April 03, 2014 (8.0 KB)
  2. 0.1.2 - March 20, 2013 (6.5 KB)
  3. 0.1.1 - July 27, 2012 (6.5 KB)
  4. 0.1.0 - February 06, 2012 (6.5 KB)
  5. 0.0.1 - August 26, 2010 (5.5 KB)

Runtime 依赖 (1):

resque < 1.18.0

Development 依赖 (2):

bundler ~> 1.0
rspec ~> 2.8

业主:

作者:

  • BJ Neilsen

SHA 256 校验和:

2e01f209072a66e299857a2201eb2e1c5fa7f2f305b18edb945e61d7134cf00b

下载总量 128,566

这个版本 3,619

许可:

需要的 Ruby 版本:

需要的 RubyGems 版本: >= 1.3.6

链接: