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:
=
安装:
=
Runtime 依赖 (3):
Development 依赖 (8):
bundler
~> 1.10
database_cleaner
>= 0
pry
>= 0
pry-debugger
>= 0
rake
~> 10.0
rspec
~> 3.0
rspec_junit_formatter
= 0.2.2
sqlite3
>= 0