Increase azure web app request timeout

后端 未结 6 1925
予麋鹿
予麋鹿 2020-12-15 03:53

Is there any way to increase the request timeout for azure web apps?

If I delay the request by anything over 2 minutes or so the request fails with no error (blank p

6条回答
  •  囚心锁ツ
    2020-12-15 04:14

    Hope this would be some help https://azure.microsoft.com/en-us/blog/new-configurable-idle-timeout-for-azure-load-balancer/. But I think it's bad idea keep request while some heavy job being executed. Imho, you'd better implement background job and check it status from client from time to time.

提交回复
热议问题