Is there a way using a Rails 3 initializer to make all application emails sent out by delayed_job by default?
Is there a 开发者_开发技巧exception_notification-like gem for delayed_job? Preferably that works with REE-1.8.7 and Rails 2.3.10.I\'ve done something like this in the past for delayed job rake tasks:
One of my delayed_job tasks has a serious memory leak and I\'m having a hard time solving it. Can anyone recommend a good tool for profile a delayed_job task in order to solve this memory leak?
rake jobs:work works just fine But RAILS_ENV=develo开发者_运维百科pment ./script/delayed_job start (or any of its permutations) doesn\'t work on 1.9.2. I can run it just fine on 1.9.1.
I\'m trying to upload to a portfolio app I\'ve built, specifically trying to find where to hook delayed_job into the process. It all works otherwise. Right now it returns undefined method \'call\' for
We\'re having huge problems with the delayed_job plugin - http://github.com/collectiveidea/delayed_job/
i am using delayed_job 2.1.0.pre2, and in my lib i have 开发者_如何学Ca class which named MailingJob(mailing_job.rb),and it has one method named perform.
开发者_如何学Cwhen i run rails g delayed_job,i always get the \"Couldn\'t find generator delayed_job\",i already add the \"get \"delayed_job\"\" to my gemfile...
Can\'t seem to get delayed job to get running with monit. here is my delayed_job.monitrc file.. check process delayed_job with pidfile /var/www/app/shared/pids/delayed_job.pid
I have been running delayed_job and was hitting some errors, but now I don\'t know what is sitting in the job queue or what\'s going on with them....