Skip to content

Stabilizing Service

Do not rely on redirect for health check. Extend timeout on healthcheck.

Service connects to remote DB and redirect caused 2 separate connections. This pushed the health check just over the timeout threshold (1 s), and caused the service to be unstable.

Merge request reports