RubyGems.org

Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. This gem isa topprospect fork (http://github.com/topprospect/delayed_job) of the collectiveidea's fork (http://github.com/collectiveidea/delayed_job).

installgem install topprospect-delayed_job
Authors

Chris Gaffney, Brandon Keepers, Tobias Lütke, Sujoy Gupta, Alexy Khrabrov

2,919 total downloads 599 for this version
Owners

A5446c578c74c25678c8613f04508ab8

Gemfile
gem "topprospect-delayed_job", "~> 2.0.9"
Versions
  1. 2.0.9 October 20, 2011
  2. 2.0.8 September 9, 2011
  3. 2.0.7 September 1, 2011
  4. 2.0.6 July 26, 2011
  5. 2.0.5 July 26, 2011
Runtime Dependencies
  1. daemons >= 0