delayed-job
Delayed_job vs. Appoxy SimpleWorker
I was about to start getting delayed_job up and running on my app when I found Appoxy SimpleWorker on Heroku.[详细]
2023-04-04 00:08 分类:问答Delayed_job: Undefined method error on any call
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[详细]
2023-04-03 01:41 分类:问答Rails 3 mail with delay
I\'m continuing my migration from rails 2.3.12 to 3.0.9 and am now working sending email notifications through Gmail.[详细]
2023-04-01 13:14 分类:问答Error when trying to run delayed_job in production
I am using delayed_job to send emails, everything works fine under development when starting the process using:[详细]
2023-03-31 02:45 分类:问答Invoke delayed_job capistrano tasks only on specific servers
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.[详细]
2023-03-30 21:52 分类:问答Delayed job error while making http requests
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[详细]
2023-03-30 07:14 分类:问答update user table after successful delayed job email sent
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.[详细]
2023-03-30 02:32 分类:问答Email Digest for Rail Application
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开发者_如[详细]
2023-03-29 17:47 分类:问答Ruby on Rails, delayed_job serializing incorrect datetime as GMT
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.[详细]
2023-03-28 09:57 分类:问答How to know when delayed_job has done its job?
I currently have a method in my model to scrape a site and insert records to a database. def self.scrape[详细]
2023-03-27 22:47 分类:问答