You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@84961 we met similar issue before. We used to run the webjob in a dedicated slot without actually website deployed and spent many time to debug the issue. It turns out we need to deploy the website to the slot to make it work. Not sure if this is the case for you.
I have a manual triggered web job which times out automatically after 1 hr.
The app server Always on is set and the configurations are set the high values
SCM_COMMAND_IDLE_TIMEOUT and WEBJOBS_IDLE_TIMEOUT have been set to 172800
Also have settings.job where its configured as below
{
"timeout": "48:00:00"
}
What else needs to be done to ensure the web jobs does not gets auto aborted
The text was updated successfully, but these errors were encountered: