Is there a scheduling gem/app/add-on that works on both Heroku and my local machine? I just need to run a single task daily, so I don't think I need anything too complicated.
I've looked at Heroku's Scheduler, but it doesn't look like there's anything comparable locally for that. The whenever gem doesn't have anything comparable on Heroku ("Whenever" gem running cron jobs on Heroku.) I also looked at Resque/Resque Scheduler/Redis, but it really seems like overkill for what I want to do.
Am I missing something really basic here?