mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
chore: add proxy health interval flag/env config (#7919)
* chore: plumbing for proxy health interval from flag/env
This commit is contained in:
@ -586,6 +586,17 @@ Serve prometheus metrics on the address defined by prometheus address.
|
||||
|
||||
Number of provisioner daemons to create on start. If builds are stuck in queued state for a long time, consider increasing this.
|
||||
|
||||
### --proxy-health-interval
|
||||
|
||||
| | |
|
||||
| ----------- | ------------------------------------------------ |
|
||||
| Type | <code>duration</code> |
|
||||
| Environment | <code>$CODER_PROXY_HEALTH_INTERVAL</code> |
|
||||
| YAML | <code>networking.http.proxyHealthInterval</code> |
|
||||
| Default | <code>1m0s</code> |
|
||||
|
||||
The interval in which coderd should be checking the status of workspace proxies.
|
||||
|
||||
### --proxy-trusted-headers
|
||||
|
||||
| | |
|
||||
|
Reference in New Issue
Block a user