Skip to content

Commit 079d282

Browse files
authored
chore: Set proxy health checks to 1 minute intervals (#7351)
1 parent d3a9d7c commit 079d282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/coderd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func New(ctx context.Context, options *Options) (*API, error) {
237237
if api.AGPL.Experiments.Enabled(codersdk.ExperimentMoons) {
238238
// Proxy health is a moon feature.
239239
api.ProxyHealth, err = proxyhealth.New(&proxyhealth.Options{
240-
Interval: time.Second * 5,
240+
Interval: time.Minute * 1,
241241
DB: api.Database,
242242
Logger: options.Logger.Named("proxyhealth"),
243243
Client: api.HTTPClient,

0 commit comments

Comments
 (0)