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,583 of 188,756
Downloads: 19,750

Daily

Ranking: 86,295 of 188,734
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,028,452,460bundler
16839,317,424rake
23760,645,882rspec
35532,686,218activerecord
62416,139,808pry
188166,744,758database_cleaner
192164,196,946rspec_junit_formatter
237131,169,765sqlite3
82841,457,333resque
3,8001,899,153pry-debugger
8,773271,069resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian