projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kudu on permise - webjob continuous stopped every 15 minutes

michaelmarzouk opened this issue · comments

Hello,

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

This is more of an IIS question - how to keep w3wp running without incoming requests. I would suggest to close this and post it on stackoverflow instead.