RubyGems Navigation menu

serially 0.1.3

Have you ever had a class that required a series of background tasks to run serially, strictly one after another? Than Serially is for you. All background jobs are scheduled using resque and Serially makes sure that for every instance of your class, only one task runs at a time. Different instances of the same class do not interfere with each other and their tasks can run in parallel. Serially works for both plain ruby classes and ActiveRecord models. In case of the latter, all task runs results are written to serially_tasks table which you can interrogate pragmatically using Serially::TaskRun model.

Gemfile:
=

Installeer:
=

Versies:

  1. 0.4.3 January 16, 2016 (15 KB)
  2. 0.4.2 January 16, 2016 (15 KB)
  3. 0.4.1 January 16, 2016 (15 KB)
  4. 0.4.0 January 16, 2016 (15 KB)
  5. 0.3.1 January 09, 2016 (14 KB)
  6. 0.1.3 January 04, 2016 (14 KB)
Toon alle versies (11 totaal)

Runtime afhankelijkheden (3):

Development afhankelijkheden (8):

bundler ~> 1.10
pry >= 0
rake ~> 10.0
rspec ~> 3.0
sqlite3 >= 0

Eigenaren:

Authors:

  • Mike Polischuk

SHA 256 checksum:

=

Total downloads 21.233

Voor deze versie 2.013

Versie vrijgegeven:

Licentie:

MIT

Required Ruby Version: >= 0

Links: