delayed_job icon indicating copy to clipboard operation
delayed_job copied to clipboard

Database backed asynchronous priority queue -- Extracted from Shopify

Results 48 delayed_job issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Philippe Ombredanne

I am using Ruby on Rails 3 on a Mac Os running 'Snow Leopard' v1.6.5. After installing 'paperclip' I discovered that running the command 'rails server' from Terminal, my RoR3...

Received this in our delayed_job.log... and then the DJ process dies. My best guess so far is there was a momentary network disruption between firewalls of our app and db...

Hello, I am using your class to perform a task similar to this: I own a worker and this worker called me another worker. But every time I do this...

allowing a worker_name option to be passed in when creating a worker. This simplifies implementing workers that can restart jobs they were working on if the worker should happen to...

If I come across any more outdated info I'll try to update that too

before_\* after_\* methods are deprecated in Rails3.0 and removed in Rails3.1rc5

I've made some additions and alterations in order for delayed_job to be ran on TravisCI ( http://travis-ci.org/ ). All that is required is a new service hook being created (...

A note guiding the reader to the gem's repo (tobi/delayed_job is the first hit on google)