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,738 of 193,540
Downloads: 23,708

Daily

Ranking: 34,741 of 193,523
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,477,387,544bundler
81,341,038,984rake
29987,418,354rspec
36798,974,987activerecord
71608,795,538pry
202260,184,578rspec_junit_formatter
238211,627,935database_cleaner
279185,178,693sqlite3
94452,928,834resque
4,5841,917,333pry-debugger
10,322311,993resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian