RubyGems Navigation menu

serially 0.4.3

Have you ever had a class whose instances required a series of background tasks to run serially, strictly one after another? Than Serially is for you. Declare the tasks using a simple DSL in the order you want them to to run. The tasks for each instance will run inside a separate Resque job, in a queue you specify. The next task will run only if the previous one has finished successfully. All task runs are written to DB and can be inspected.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.4.3 - January 16, 2016 (15.0 KB)
  2. 0.4.2 - January 16, 2016 (15.0 KB)
  3. 0.4.1 - January 16, 2016 (15.0 KB)
  4. 0.4.0 - January 16, 2016 (15.0 KB)
  5. 0.3.1 - January 09, 2016 (14.0 KB)
顯示所有版本(共 11)

Runtime 相依性套件 (3):

Development 相依性套件 (8):

bundler ~> 1.10
pry >= 0
rake ~> 10.0
rspec ~> 3.0
sqlite3 >= 0

擁有者:

作者:

  • Mike Polischuk

SHA 256 checksum:

811aac5f15dc14af28c932122ddcf92b7645c7d331f2fadf7f198631c732dd25

總下載次數 19,919

這個版本 2,782

License:

MIT

Ruby 版本需求: >= 1.9.3

相關連結: