You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`router.drain_wait`: Specifies, in seconds, the `unhealthy` threshold that determines when the Gorouter stops accepting connections and the process gracefully stops. During this period, the Gorouter continues to serve HTTP requests and the health check endpoint returns `503` errors.
`router.load\_balancer\_healthy\_threshold`: Specifies the amount of time, in seconds, the load balancer waits until declaring the Gorouter instance `started`. This enables the load balancer time to register the instance as `healthy`.