microsoft / azure-spring-boot

Spring Boot Starters for Azure services
MIT License
374 stars 460 forks source link

Common Gateway Interface issue on azure app service, spring cloud gateway #959

Closed Mohit00021 closed 1 year ago

Mohit00021 commented 1 year ago

While performing load testing on a spring cloud gateway I am getting a request failure rate of about 30% - 40% and 0% on local and the error I get on each failed request is "The Specified CGI application encountered an error and the server terminated the process." Requests count 2500 Ramp up period 5s App service plan : P1V2 I have tried the following things:

chenrujun commented 1 year ago

Hi, @Mohit00021 Thanks for reaching out.

Here is my current understanding:

  1. You are running your app in Azure App Service.
  2. Your system has a module develop by yourself with spring-cloud-gateway.
  3. Your system has no relationship with Spring Cloud Azure and Azure Spring Apps.

Correct me if my understanding is not right.

Mohit00021 commented 1 year ago

Yes, @chenrujun your understanding is correct am I at the wrong place to ask this?

chenrujun commented 1 year ago

If the problem exists in your localhost, you can create an issue here: https://github.com/spring-cloud/spring-cloud-gateway

chenrujun commented 1 year ago

Closing this issue. Because there is no update for more than 2 weeks.