I was about to start getting delayed_job up and running on my app when I found Appoxy SimpleWorker on Heroku.
I have a rails 3.0.5 app that was working just fine with delayed_job 2.1.4. It\'s been a few weeks since I touched the app, but I just went to tweak it and noticed that delayed_job is broken. Specifi
I\'m continuing my migration from rails 2.3.12 to 3.0.9 and am now working sending email notifications through Gmail.
I am using delayed_job to send emails, everything works fine under development when starting the process using:
I have a dedicated server for delayed_job tasks. I want开发者_开发知识库 to start, stop, and restart delayed_job workers on only this server. I am using the capistrano recipes provided by delayed_job.
I am running into an error in utils.rb:333 when I process a job with delayed job that works perfectly when run synchronously. Basically what I am doing is making a get request in my code and when I do
I am a NOOB trying to work with delayed_job. 开发者_运维技巧I want to update a User Model after the mail is successfully sent using delayed job.
I am working on a rails application where people can follow each other and post comments. Currently I use delayed_jobs for people to get notifications when someone follows them or post a comme开发者_如
I have some code that seems to execute improperly when it is serialized and run with delayed_job.To get the necessaries out of the way, I am running Ubuntu 11.04, Ruby 1.8.7 with Rails 3.0.4.
I currently have a method in my model to scrape a site and insert records to a database. def self.scrape