I have an application in Appharbor (in C #), with only 2 buttons, one to start a job and another to stop it.
I scheduled the job to run every 15 minutes, and to repeat forever (or until I force the stop), however, it does not run every 15 minutes.
I started the job at 10:30 pm, it ran once, then it ran at 10:45 pm, and it did not run any more ... But at localhost it works perfectly.
I was wondering ... Does AppHarbor "hibernate" my application if there is no access for a long time?
I followed this tutorial: link