RubyGems Navigation menu

balsamique 0.1.4

Balsamique (pronounced "Balsami-QUEUE") is a Redis-backed Ruby library which implements a job queue system. Balsamique jobs consist of JSON-encoded args hashes, along with lists of tasks and their successful outputs. Jobs can be enqueued to run at some time in the future, and workers can also delay the running of subsequent tasks. Retries are automatically scheduled at the time a worker checks out a job, and cancelled only when the worker reports success. In contrast to Resque, Balsamique uses Lua scripting in Redis extensively to make job state transitions as atomic as possible.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.1.7 - February 12, 2016 (9,5 ko)
  2. 0.1.6 - February 02, 2016 (9,5 ko)
  3. 0.1.5 - January 20, 2016 (9,5 ko)
  4. 0.1.4 - January 19, 2016 (9 ko)
  5. 0.1.3 - January 17, 2016 (9 ko)
Voir toutes les versions (8)

Dépendances de Runtime (1):

redis >= 0

Propriétaires:

Auteurs:

  • DWNLD

Total de contrôle SHA 256:

8d1ea15d76d5319ed9a33f8c845df19034d91f40a022693ab90339bdbbff8b9b

Total de téléchargements 19 744

Pour cette version 2 326

License:

MIT

Version de Ruby requise: >= 0

Liens: