Cron tasks for your Rails application with Resque
We had an interesting case with cron tasks implemented with Rake killing performance of our application server. This post discusses the problem in detail and provides a simple and effective solution for it.
Post a comment