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,387 of 190,529
Downloads: 23,207

Daily

Ranking: 30,890 of 190,497
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,254,889,834bundler
81,260,447,422rake
29959,406,060rspec
36764,177,506activerecord
72584,996,367pry
199247,875,415rspec_junit_formatter
231205,252,773database_cleaner
279175,827,776sqlite3
94351,189,774resque
4,4901,914,873pry-debugger
10,011307,423resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian