delayed-job
How do I stop delayed_job if I'm running it with the -m "monitor" option?
How do I stop delayed_job if I\'m running it with the -m \"monitor\" option? The processes keep getting restarted![详细]
2023-04-13 09:14 分类:问答Delayed Job Rails 3 undefined method 'up'
I\'m trying to resurrect a project from a few months ago using Rails 3.0.7. I had delayed job working on it previously, but now Ive updated my gems I get the following error when I try and enqueue s[详细]
2023-04-11 20:00 分类:问答Heroku, DJ, rake task logging
I have a rake task running in the background using Delayed_Job. When I\'m in development, the rake task writes to a rake.log file. But how do I get the log file written to in production?[详细]
2023-04-11 18:54 分类:问答delayed_job vs. cron
I have a system where users come in to go through an application process that has multiple parts - sometimes users will save their progress and come back later.[详细]
2023-04-11 16:15 分类:问答How to get working with hirefire for delayed_job in rails 3 in development?
I am developing an app with rails 3 开发者_运维百科using delayed_jobs. I\'m using Hirefire to scale up and down workers as and when needed. How can I get hirefire working in my development environment[详细]
2023-04-11 12:52 分类:问答Delayed Job passenger production undefined method error
I am using delayed job version 2.1.4 with action mailer 3.0.8 to send my emails in background. UserMailer.delay.newsletter(email)[详细]
2023-04-11 12:45 分类:问答Starting delayed_job with max-priority on Heroku using procfile
How can I pass the --max-priority parameter to delayed_job using a procfile? On my EC2 server I could pass the --max-priority parameter when starting delayed_job like so:[详细]
2023-04-11 05:39 分类:问答Old Ruby bug is recurring in my Ruby on Rails app, related to Class.create and delayed_job
The bug is many months old, here: http://www.ruby-forum.com/topic/1094002 Two links in that which show code changes:[详细]
2023-04-10 20:54 分类:问答Ruby on Rails: Getting NameError whenever delayed_job gem is used
Totally stumped on this one and hoping some RoR expert can help. Hitting this strange error where if I install the delayed_job gem, my site (development env) just stops working. All controllers and m[详细]
2023-04-10 16:37 分类:问答Rails - Make MailChimp Hominid Gem, a background task
I\'m trying to make my Hominid call to MailChimp API, however without much success. My call looks like[详细]
2023-04-10 13:27 分类:问答