diff --git a/internal/orchestrator/updates.go b/internal/orchestrator/updates.go index 3db66217..762ff432 100644 --- a/internal/orchestrator/updates.go +++ b/internal/orchestrator/updates.go @@ -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.