delayed-job
Can anyone help make heads or tails of this Delayed_Jobs error?
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[详细]
2023-03-12 09:57 分类:问答Delayed Job giving a undefined method error
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[详细]
2023-03-12 01:35 分类:问答Delayed_job in rails failing
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[详细]
2023-03-11 04:53 分类:问答What available message solutions are there for inter-process communication in ruby?
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\".[详细]
2023-03-11 04:33 分类:问答Operation not permitted when trying to run god on RHEL5
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?[详细]
2023-03-11 02:46 分类:问答Rails Queue Management
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:[详细]
2023-03-10 19:20 分类:问答Rails/Delayed_Job: Restarting delayed job still brings up outdated errors
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[详细]
2023-03-10 06:07 分类:问答Heroku + DelayedJob failing at 'rake jobs:work' and 'heroku workers 1'
I cannot get queued delayed_jobs to run on my verified her开发者_Go百科oku account. Here is the breakdown:[详细]
2023-03-09 20:25 分类:问答Weird delayed_job behaviour
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:[详细]
2023-03-09 00:46 分类:问答Rails - Delayed Job - Sending an email for a deleted object
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[详细]
2023-03-08 21:58 分类:问答