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,616 of 186,959
Downloads: 21,627

Daily

Ranking: 38,007 of 186,713
Downloads: 19

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
101,128,098,871rake
27909,387,510rspec
36698,039,545activerecord
71542,757,863pry
194228,573,686rspec_junit_formatter
219195,185,388database_cleaner
276160,962,144sqlite3
93448,016,426resque
4,3071,909,020pry-debugger
9,723296,901resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian