Tagged with scheduler

cron jobs made easy

In rails applications, we often need to handle periodical / repetitive tasks. The most common way to implement this in Unix like environments is by using Cron, a time based job scheduler. Cron enables users to schedule jobs and run them periodically driven by a crontab (cron table) file. Inspite of the ubiquity of cron … Continue reading