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,443 of 188,853
Downloads: 21,623
Daily
Ranking: 111,003 of 188,837
Downloads: 0
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 | 526,498,813 | redis |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | keith-frost |