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,369 of 187,950
Downloads: 22,541

Daily

Ranking: 40,471 of 187,922
Downloads: 17

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,044,215,819bundler
101,176,878,843rake
28929,993,045rspec
36725,629,839activerecord
74560,304,866pry
197236,356,734rspec_junit_formatter
224199,217,696database_cleaner
275167,243,038sqlite3
93649,274,187resque
4,3921,911,890pry-debugger
9,838301,713resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian