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,353 of 187,224
Downloads: 22,275

Daily

Ranking: 32,169 of 187,196
Downloads: 29

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,971,947,338bundler
101,151,463,039rake
27919,195,736rspec
36711,426,278activerecord
73551,385,293pry
197232,220,172rspec_junit_formatter
223197,152,794database_cleaner
273163,719,650sqlite3
93548,621,589resque
4,3511,910,354pry-debugger
9,782299,409resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian