When a background job starts, it\'s sent to the back of a queue where a worker handles it; a task clears and the other starts. I think I\'ve got this one right except I don\'t understand the practical
So I\'m trying to figure out how to do this cleanly. Trying to keep the example simple lets say I have an object, MyMailMeeting in which I define two times that I want to send two different emails to
I\'m seeing a relatively strange (and hard to diagnose) error with a combination of IE8, Rails 3.0.3, PostgreSQL and delayed_job.
Ra开发者_运维百科ils in which folder should ruby classes go into? I am reading this guide and I am wondering in which folder the NewsletterJob class should be in. If you use the lib folder in rails
UPDATED: I\'m trying to get jquery smart poll to work for me.It works fine if the process is ready in the first 2 seconds but if not, it does not retry as it\'s supposed to.I\'d also like to make the
Especially on a reboot and redeploy of the server, sometimes Delayed_Jobs does not turn back on even though it is explicitly booted via the recipes, and its running in a ps aux | grep delayed command.
How do I crea开发者_运维技巧te a delayed job for a rake task that should run every 15 minutes?You can give it a try: https://github.com/defunkt/resqueI am using Resque + Redis with Heroku. Delayed job
I am building an app that is using Twilio and we need to call Twilio\'s server a certain period after the call starts.
Let\'s say I have delayed_job running in the background. Tasks can be scheduled or run immediately(some are long tasks some are not)
I implemented the delayed job & it is processing fine but it is generating the mails in development.log not in production.log.