Check out this SlideShare Presentation: Introduction To Delayed Jobhttp://static.slidesharecdn.com/swf/ssplayer2.swf?doc=introtodelayedjob-091110110012-phpapp01&stripped_title=introduction-to-delayed-job&userName=jonathanjulianView more presentations from Jonathan Julian.
Tag: delayed_job
Delayed Job changing job parameters in Rails
Delayed job variables initialization written on at collectiveidea/delayed_job doesn't work. Here is the correct way of doing it as mentioned with tobi/delayed_job
Moving from backgrounDrb to DelayedJob
In my earlier post regarding DelayedJob setup I mentioned how to setup DelayedJob and create news tasks in your existing code. This post provides details of how to move from backgrounDrb to delayed_job. First of all its important to know why ? - BackgroundDrb takes in a lot of memory. It spawns worker at start-up. … Continue reading Moving from backgrounDrb to DelayedJob