Categories: None [Edit]

serially

https://rubygems.org/gems/serially
https://github.com/mikemarsian/serially
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.

Total

Ranking: 49,417 of 189,766
Downloads: 23,022

Daily

Ranking: 51,811 of 189,739
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,203,153,237bundler
81,242,058,526rake
29952,467,422rspec
36755,587,976activerecord
74579,242,214pry
199245,147,870rspec_junit_formatter
229203,791,319database_cleaner
277173,711,759sqlite3
94350,765,666resque
4,4671,914,407pry-debugger
9,973305,975resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian