mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
06eae954c9
fixes #12923 Prevents Coordinate peer connections from generating spurious database queries like DeleteTailnetPeer when the coordinator is unhealthy. It does this by checking the health of the querier before accepting a connection, rather than unconditionally accepting it only for it to get swatted down later.