I am using Heroku and would like to have a script (on another server) called via cron that periodically requests an action in my Heroku application. This action, in turn, will lead to some processing, which can take 1 or 2 minutes. I believe Heroku has a 30 second request limit, I thought you could instead invoke the Rake task from my action with the controller.
Will this work? I'm curious if anyone else has tried this.
Thanks.
source share