RubyGems Navigation menu

unique_delayed_job 0.1.0

Class for creating delayed jobs that can be de-duped with existing delayed jobs already in the delayed jobs table. You just specify some additional columns on your delayed_jobs table and set them to have uniqueness constraints. Then specify these column values when you create a UniqueDelayedJob and if a duplicate key is raised on insert, then the insert will just be ignored. There are factory methods for creating a delayed job in the following ways: * with a delayed job handler class (one that responds to perform()) * with an object, method and method arguments * with a code string to be evaled NOTE: you must have delayed_job installed as a gem or plugin

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.1.1 - November 20, 2009 (7 KB)
  2. 0.1.0 - November 19, 2009 (7 KB)
  3. 0.0.1 - November 19, 2009 (5,5 KB)

Besitzer:

Autoren:

  • Brian Percival

SHA 256-Prüfsumme:

bd21b3dc838de66622b3a27133374a4b73b82d15b4871fa36a9a820237cdfd66

Downloads insgesamt 11.117

Für diese Version 3.318

Lizenzen:

k.A.

Erforderliche Ruby-Version: None

Links: