RubyGems Navigation menu

balsamique 0.1.3

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.5 KB)
  2. 0.1.6 - February 02, 2016 (9.5 KB)
  3. 0.1.5 - January 20, 2016 (9.5 KB)
  4. 0.1.4 - January 19, 2016 (9.0 KB)
  5. 0.1.3 - January 17, 2016 (9.0 KB)
显示所有版本 (共 8 个)

Runtime 依赖 (1):

redis >= 0

业主:

作者:

  • DWNLD

SHA 256 校验和:

64d6bec6533e8083b54f82b958316cd815208a4d129f8de934be17e3e2ab0ac9

下载总量 19,628

这个版本 2,358

许可:

MIT

需要的 Ruby 版本: >= 0

链接: