Categories: None [Edit]
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,342 of 188,678
Downloads: 21,567
Daily
Ranking: 85,420 of 188,661
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 80 | 522,304,059 | redis |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | keith-frost |