Increase azure web app request timeout

后端 未结 6 1950
予麋鹿
予麋鹿 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:18

    You can use my trick code here to by-pass 230s limit. In summary, we just keep writing empty html value "\r\n" to response to let ALB know that we are returning data, but actually we are processing the request.

    Sample code

提交回复
热议问题