RubyGems Navigation menu

task_batcher 0.1.0

Some tasks, like database inserts, are much more efficient to process in a batch. However, we generally want our tasks to be processed "soon" even if there's only one task. The TaskBatcher gem groups tasks by a taskname parameter, and starts a timer when the first task comes in. After the batch timer expires, it processes all tasks that it received in that time. (The caller provides the block to process the tasks.) Uses EventMachine under the hood. May be combined with Messenger for durability guarantees.

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

安装:
=

版本列表:

  1. 0.1.0 - April 24, 2013 (9.0 KB)

Runtime 依赖 (1):

Development 依赖 (2):

mocha >= 0
rspec >= 0

业主:

作者:

  • Jon Snitow

SHA 256 校验和:

6a5d0e1040f6e084add733c429ea17644953d67209755001eb60e9f4e6fba32d

下载总量 3,648

这个版本 3,648

许可:

需要的 Ruby 版本: >= 1.9.3

需要的 RubyGems 版本: >= 1.2

链接: