I use Kudu localy on my server and i host Webjobs with queue trigger. I see that every 15 minutes, Webjobs stopped.
I see that on Azure you have Always On option and i try to add on Kudu Web.config file this option but it doesn't work:
I also set the Application pool of my IIS kudu service web site on AlwaysRunning but no impact.
I then create a script that ping Kudu Api Webjob page every minute in order to keep the web site alive but still no effect.
Do you have any idea?
Thanks,
Michael