Skip to content

Commit

Permalink
reconcile every 10 minutes instead of every minute (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Sep 18, 2024
1 parent c101a07 commit 6e00ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/orchestrator/updates.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
errInvalidState = errors.New("invalid condition state")
errCompleteEvent = errors.New("unable to complete event")
failedByReconciler = []byte(`{ "msg": "controller failed to process this condition in time" }`)
reconcilerCadence = 1 * time.Minute
reconcilerCadence = 10 * time.Minute
errRetryThis = errors.New("retry this operation")
// Ideally set this to the JS MaxAge value.
// The Discard Policy should be set to Old.
Expand Down

0 comments on commit 6e00ed8

Please sign in to comment.