Writing Long Running Rake Task
Rake task is being used all the time in Ruby on Rails. Whether it is being used to import data from other system, clean up existing data, populate data in development environment for testing purpose, or other uses, chances are some of these rake tasks will take a long time…