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: 48,793 of 183,107
Downloads: 20,806

Daily

Ranking: 53,556 of 183,092
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
25817,849,894rspec
35595,989,894activerecord
68466,913,746pry
190191,257,776rspec_junit_formatter
199180,320,372database_cleaner
253141,523,763sqlite3
87444,213,537resque
4,0271,903,552pry-debugger
9,351278,798resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian