I have a Django application. One of my models looks like this: class MyModel(models.Model): def house_cleaning(self):
#Here is how I have delayed job set up. Delayed::Worker.backend = :active_record #Delayed::Worker.logger = Rails.logger
I have a class in my /lib folder that my delayed_job daemon calls to work on an object of type Foo. If I don\'t have a \"requires \'foo\'\" in the worker class then it doesn\'t know what to do with th
I want to set the rails plugin devise\'reset_password_instructions to delayed_job..but I tried many ways and failed.
Here is what I have in my enviornment.rb. I understand there have been issues with restarting because o开发者_高级运维f a bug in the \"daemons\" gem and that
So I\'m using Delayed::Job workers (on Heroku) as an after_create callback after a user creates a certain model.
Stackoverflow has a nifty badge system. One thing I noticed is that badges are not immediately awarded, but sometimes seem to have some type of a delay after I meet the criteria. I\'ve noticed this on
I am using delayed_job for background tasks such as system e-mails and different timed events.I use Delayed::Worker.new.work_off to work off the events 开发者_如何学Cin my RSpec tests, but then the te
Delayed::Job\'s auto-retry feature is great, but there\'s a job that I want to manually retry now. Is there a method I can call on the job itself like...
If I need to create recurring tasks in delayed jobs, what is a clean solution? I have an import task that I want to run every 5 minutes, but I don\'t want to fire up rails/rake in order to tell it to