My delayed_job is failing with a bizarre error. I\'ve run through the steps, and nothing fails. I run this on my testing server and nothing fails. But on production, some sort of piece of data is rock
Delayed job (2.1.4) is working perfectly on my development machine, sending emails with gay abandon - however it is failing miserably when running on my server using Apache/Passenger(3.0.7). Rails 3.0
I am just beginning to look into using the delayed_job gem. To test it, I added \"delayed\" to the welcome e开发者_C百科mail function and changed that call from
I have a rails app using delayed_job. I need my jobs to communicate with each other for things like \"task 5 is done\" or \"this is the list of things that need to be processed for task 5\".
When i am trying to start god on RHEL5 box, am getting the following error. I have also installed libevent and libevent-devel packages, but the error persists. Does any one have any idea?
I am building a job that is going to fetch and re-validate information from a remote website. I actually have it already implemented with a queue that works kinda like this:
I had a delayed_job error in an email I was sending (\'user\' value not found) I removed the user field from the mailer view, restarted the passenger instance (touch tmp/restart.txt), restarted the d
I cannot get queued delayed_jobs to run on my verified her开发者_Go百科oku account. Here is the breakdown:
I have a job (scheduled by delayed_job) that sends an email when a new user registers to the application. This is the user model:
I have an issue where I\'m using DelayedJob to send out emails, using the .delay method call for deleted objects.I have an Observer that checks for after_destroy and it kicks off a delayed email, but