RubyGems Navigation menu

serially 0.1.1

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:
=

instalar:
=

Versiones:

  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.1 January 01, 2016 (13,5 KB)
Mostrar todas las versiones (11 total)

dependencias de Runtime (3):

dependencias de Development (8):

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

Propietarios:

Autores:

  • Mike Polischuk

SHA 256 checksum:

=

Total de descargas 21.248

Para esta versión 2.073

Versión publicada:

Licencia:

MIT

Versión de Ruby requerida: >= 0

Enlace: