RubyGems Navigation menu

balsamique 0.1.7

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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.7 - February 12, 2016 (9.5KB)
  2. 0.1.6 - February 02, 2016 (9.5KB)
  3. 0.1.5 - January 20, 2016 (9.5KB)
  4. 0.1.4 - January 19, 2016 (9KB)
  5. 0.1.3 - January 17, 2016 (9KB)
全てのバージョンを表示(全8件)

Runtime依存関係 (1):

redis ~> 3

所有者:

作者:

  • DWNLD

SHA 256チェックサム:

0c28ed09a02b88eeee4177e7fb731fdeda30119d0bbe766ae50fe4083b8dfad6

累計ダウンロード数 19,603

このバージョンのみ 3,092

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: