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: 50,214 of 196,658
Downloads: 24,095

Daily

Ranking: 111,482 of 196,619
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,750,343,576bundler
81,416,600,134rake
291,020,526,382rspec
37839,032,779activerecord
72633,800,712pry
200272,851,485rspec_junit_formatter
247218,424,425database_cleaner
286195,503,478sqlite3
95554,741,793resque
4,7071,923,380pry-debugger
10,433318,699resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian