RubyGems Navigation menu

serially 0.4.0

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 (if your class is an ActiveRecord object).

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)
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 20.800

Para esta versión 1.947

Versión publicada:

Licencia:

MIT

Versión de Ruby requerida: >= 1.9.3

Enlace: