Categories: None [Edit]

balsamique

https://rubygems.org/gems/balsamique
https://github.com/dwnld/balsamique
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.

Total

Ranking: 51,443 of 188,853
Downloads: 21,623

Daily

Ranking: 111,003 of 188,837
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
80526,498,813redis

Owners

#GravatarHandle
1iconkeith-frost