Posts

Showing posts with the label azure-webjobs

Webjob on azure not running continuously even when Always on option is ON

Webjob on azure not running continuously even when Always on option is ON I am having a continuous Webjob which works fine for a couple of hours and then does not work until I restart. It seems to me azure takes it to idle mode but it shows me it's running but doesn't actually run. I have set the Always on option ON. I am having a paid plan with Azure. Do I need to use a timer or thread delay or some doughy code to keep it alive in my code? If that's the case whats the purpose of continuous option in webjob. Is this happening multiple times, or just one time? – Joy Wang Jul 2 at 6:33 Someone use the Azure SDK in application which is not supported in the WebApp environment cause this problem, you could refer to it. – Joey Cai Jul 2 at 6:39 ...