I am using the whenever gem to call rake-based cron tasks, however... when the tasks are run, the whole site (Passenger on Nginx) stops responding for the duration of the task.
Is there anyway to control the load of these rake tasks to take a lesser tole on server performance?