coder/enterprise
Spike Curtis 31ce3f5aa4 fix: stop sending DeleteTailnetPeer when coordinator is unhealthy (#12925)
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.

(cherry picked from commit 06eae954c9)
2024-04-17 21:02:52 +00:00
..
audit feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
cli fix: separate signals for passive, active, and forced shutdown (#12358) 2024-03-19 12:25:04 +00:00
cmd/coder chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
coderd fix: separate signals for passive, active, and forced shutdown (#12358) 2024-03-19 12:25:04 +00:00
dbcrypt chore: mockgen archived, moved to new location (#11415) 2024-01-04 18:35:56 -06:00
derpmesh fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
provisionerd fix: stop asserting fuzz bytes written in test 2024-01-17 12:59:45 +04:00
replicasync feat: add derp mesh health checking in workspace proxies (#12222) 2024-03-08 16:31:40 +10:00
tailnet fix: stop sending DeleteTailnetPeer when coordinator is unhealthy (#12925) 2024-04-17 21:02:52 +00:00
trialer feat: add additional fields to first time setup trial flow (#11533) 2024-01-16 18:19:16 -06:00
wsproxy fix: prevent single replica proxies from staying unhealthy (#12641) 2024-03-19 12:23:40 +00:00