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

We were working with some beefy jobs that silently overflowed the default TEXT columns in mysql. The truncated YAML data were unable to be loaded, and were causing the daemon...

Under normal conditions delayed jobs run and report results as expected: ``` *** Starting job worker host:Erics-MacBook.local pid:19112 About to perform job 1 jobs processed at 6.1079 j/s, 0 failed...

If you set the I18n.locale to a value different from the default locale the delayed tasks will not preserve the setting and you will have to set it manually inside...

We have delayed_job to handle background processing in our app. God monitors the more-memory-consuming DJ workers now and then and cut them off. This setup has been working perfectly for...

I want to write my custom method which will do something differently when 3 attempts have been reached. I am wondering if I can access the attempts counter inside my...

Hi, When running the delayed_job rake task, it appears that delayed_job hangs without executing any of the jobs. The rake task executes and initializes, but as soon as it gets...

This is basically a copy of my question here: http://stackoverflow.com/questions/5383625/delayed-job-returns-syntax-error-for-process-daemon-and-rake-task However, it seemed appropriate to re-post the question in effort to generate some form of backlog for delayed_job. Started to...

I've setup a second database in my rails application and reference it with 'establish_connection' in its respective Models. What's odd, is a delayed_job task will hang on these models unless...

This is not really an issue not sure where else to post this. I added the functionality to pass what handler you want to run for a worker. This allows...

[sorry, this was my fault] Hi, the model, my jobs get their info from is stored in a couchdb instance. The background process produces these kind of errors: MailJob failed...