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,885 of 183,477
Downloads: 20,897

Daily

Ranking: 63,432 of 183,470
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
10969,073,546rake
25825,073,950rspec
35604,924,275activerecord
69473,435,718pry
191194,586,503rspec_junit_formatter
201181,877,048database_cleaner
259143,118,777sqlite3
87944,611,635resque
4,0541,904,517pry-debugger
9,393280,220resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian