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,348 of 187,571
Downloads: 22,419

Daily

Ranking: 60,111 of 187,548
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,010,000,950bundler
101,165,196,519rake
28924,848,930rspec
36719,366,671activerecord
73556,093,726pry
197234,415,381rspec_junit_formatter
223198,217,438database_cleaner
275165,696,742sqlite3
93648,948,137resque
4,3681,911,092pry-debugger
9,819300,455resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian