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,689 of 192,454
Downloads: 23,458

Daily

Ranking: 72,028 of 192,434
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,372,639,600bundler
81,304,391,570rake
29974,552,057rspec
36783,590,563activerecord
73598,121,665pry
198254,749,285rspec_junit_formatter
236208,787,283database_cleaner
278181,162,320sqlite3
94352,168,557resque
4,5311,916,595pry-debugger
10,115310,166resque-lonely_job

Owners

#GravatarHandle
1iconmikemarsian