RubyGems Navigation menu

serially 0.3.0

Have you ever had a class that 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. Serially will wrap them in a single job, and schedule it using Resque in a queue you specify (or a default one). The next task will run only if previous one finished successfully. All task runs are written to DB and can be inspected (if your class is an ActiveRecord object).

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.4.3 January 16, 2016 (15KB)
  2. 0.4.2 January 16, 2016 (15KB)
  3. 0.4.1 January 16, 2016 (15KB)
  4. 0.4.0 January 16, 2016 (15KB)
  5. 0.3.1 January 09, 2016 (14KB)
  6. 0.3.0 January 09, 2016 (14KB)
全てのバージョンを表示(全11件)

Runtime依存関係 (3):

Development依存関係 (8):

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

所有者:

作者:

  • Mike Polischuk

SHA 256チェックサム:

=

累計ダウンロード数 20,800

このバージョンのみ 1,972

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: