1
I have an application in Appharbor (in c#), with only 2 buttons, one to start a job and another to stop the same.
I programmed the job to be run every 15 minutes, and repeat forever (or until I force the stop), however, it does not run every 15 minutes.
I started the job at 22:30, it ran once, then it ran at 22:45, and it didn’t run anymore... But on localhost it works perfectly.
I was wondering if... Appharbor "hibernates" my application if there is no access for long?
I did following this tutorial: https://blog.appharbor.com/2012/4/18/scheduled-tasks-using-quartz-and-appharbor-background-workers