How do I stop delayed_job if I\'m running it with the -m \"monitor\" option? The processes keep getting restarted!
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
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?
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.
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
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)
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:
The bug is many months old, here: http://www.ruby-forum.com/topic/1094002 Two links in that which show code changes:
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
I\'m trying to make my Hominid call to MailChimp API, however without much success. My call looks like