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