RubyGems Navigation menu

woodhouse 0.1.1

An AMQP-based background worker system for Ruby 1.8 and 1.9 designed to make managing heterogenous tasks relatively easy. The use case for Woodhouse is for reliable and sane performance in situations where jobs on a single queue may vary significantly in length. The goal is to permit large numbers of quick jobs to be serviced even when many slow jobs are in the queue. A secondary goal is to provide a sane way for jobs on a given queue to be given special priority or dispatched to a server more suited to them. Clients (i.e., your application) may be using either Ruby 1.8 or 1.9 in any VM. Worker processes currently only support JRuby in 1.8 or 1.9 mode efficiently. MRI 1.9 and Rubinius support is planned.

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

安装:
=

版本列表:

  1. 1.0.0 - August 26, 2014 (29.5 KB)
  2. 0.1.5 - April 13, 2013 (30.0 KB)
  3. 0.1.2 - March 05, 2013 (27.5 KB)
  4. 0.1.1 - March 05, 2013 (28.0 KB)

Runtime 依赖 (5):

bunny ~> 0.9.0.pre4
celluloid >= 0
fiber18 >= 1.0.1
json >= 0

Development 依赖 (5):

guard >= 0
mocha >= 0
rake >= 0
rspec ~> 1.3.1

业主:

作者:

  • Matthew Boeh

SHA 256 校验和:

e4ce5ce888786b5e408adf1296185d6f197d0073de0876b25667c5ac6fe9c00c

下载总量 11,440

这个版本 2,618

许可:

需要的 Ruby 版本:

链接: