Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Health checks are returning 200 messages while the error is ongoing. it was possible to get the same error message once using a "hello world" with a 1 per sec request using the command
gcloud app deploy --version=20240217t004624
To emulate automatic rolling updates.
Interestingly, while these errors are happening, there are some random calls that receive a 200 response from the affected instance, A screenshot[2] shows an example of how calls in between are sent to the client's code and processed accordingly
The errors are registered as coming from the load balancer
This issue seems to happen when / is as the path for the load balancers to check, when using a default configuration instead the issue stops happening.