Totally Awesome! File-stored multi application cron job-based rakes! (WTF?)
Well, this was not easy to explain in a simple title! In short, I deployed 30 applications that need to run (very frequently) a rake task each. The first attempt to put 30 lines in the crontab totally failed: the server ran out of memory as expected. An ideal solution, given I have an array with the names of the applications, is to invoke a script able to route the request to a different application for each call:
published on 4 Sep

