cockroachdb / replicator

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster
Apache License 2.0
60 stars 24 forks source link

stdserver: Improve health check ergonomics #1056

Closed bobvawter closed 4 weeks ago

bobvawter commented 4 weeks ago

This change replaces the health check's context with a configurable timeout, instead of using the request context. Error messages around context timeouts are provided to improve operator ergonomics.


This change is Reviewable