Get notification of recently added videos by email
email :
Is there a long running task which should be handled in the background? One of the best ways is using the delayed_job plugin like I show in this episode.
Need to run a task frequently in the background? Starling and Workling is a killer combination for doing just that. See how in this episode.
In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.