- Notifications
You must be signed in to change notification settings - Fork928
Closed
Milestone
Description
The delay to mark the database as unhealthy should be configurable. currently, it looks like hardcoded to 15 milliseconds.
coder/coderd/healthcheck/database.go
Lines 49 to 51 inb6e808d
iflatency<15*time.Millisecond { | |
r.Healthy=true | |
} |
I have a deployment where the remote db has 28-29 ms latency, and Coder is marking it as unhealthy.
Metadata
Metadata
Assignees
Labels
No labels