Tag: Rake
-
Running Rake Tasks with Cron and File Locks
Rake tasks within Ruby on Rails are compelling. It doesn’t matter if you need to do some maintenance, cleanup or complex data processing, rake tasks will emerge in your system as it is becoming bigger and more complex. More importantly, you certainly want to execute these tasks regularly and in the background. cron is a wonderful tool to execute […]