delayed-job
Can't get Delayed::Job to work with a very simple class
I have a problem using Delayed::Job 2.1.4 on a very simple class, which is: class C2dmJob < Struct.new(:msg)[详细]
2023-03-22 03:13 分类:问答Undefined Method Error when creating delayed_job workers with script/delay_job
Having a bit of a problem running multiple workers. When creating workers with rake jobs:work jobs run without and problem, even when invoking it multiple times, but when creating workers with ruby s[详细]
2023-03-21 14:46 分类:问答delayed job's task problem with rails 2.3.5 [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-20 11:40 分类:问答ruby on rails: delayed_job does not execute function from module
I want to use delayed_job to execute a function from controller. The function is stored in module lib/site_request.rb:[详细]
2023-03-18 22:37 分类:问答Dalli Server Not Found When Running Delayed_Job
When running a job with delayed_job, I get errors when trying to access the Dalli Cache. The Dalli cache is initialized in environment.rb with the following...[详细]
2023-03-18 15:15 分类:问答Gems/Services for autoscaling Heroku's dynos and workers
I want to know if there are any good solutions for autoscaling dynos AND workers on Heroku in a production environment (probably a different solution for each of those, as they are pretty unrelated).[详细]
2023-03-18 05:07 分类:问答ruby system call to restart delayed job is failing
My delayed job processes seem to randomly disappear, I am working on a longer term fix for this, but in the mean time, I think simply restarting them when I need them should do the trick. Since I have[详细]
2023-03-17 19:42 分类:问答Rails Delayed Job Accessing value of background job
In my rails app, i have a timer 开发者_Python百科ticking every second based on which different objects change their state. Thus, i decided to use Observer for this. However, when i ran the observer, i[详细]
2023-03-16 21:24 分类:问答Rails 3: Return large amount of data to user via API
My app has an API that users can request data. Sometimes that data takes time to process and is breaking my code.[详细]
2023-03-15 17:46 分类:问答Rails/Rspec: Testing delayed_job mails
Just wondering how to test that actionmailer requests are actually sent to the delayed_job que in rspec.[详细]
2023-03-12 20:16 分类:问答