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:
= Copier Copié!

installation:
=

Versions:

  1. 0.1.0 - April 24, 2013 (9 ko)

Dépendances de Runtime (1):

Dépendances de Development (2):

mocha >= 0
rspec >= 0

Propriétaires:

Auteurs:

  • Jon Snitow

Total de contrôle SHA 256:

= Copier Copié!

Total de téléchargements 3 736

Pour cette version 3 736

Version publiée:

License:

aucune

Version de Ruby requise: >= 1.9.3

Required Rubygems Version: >= 1.2

Liens: