Skip to content

Commit

Permalink
Try lower requeue delay
Browse files Browse the repository at this point in the history
  • Loading branch information
weinimo committed Nov 12, 2024
1 parent 1719bd2 commit 0590f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/amphoracontroller_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (r *OctaviaAmphoraControllerReconciler) reconcileNormal(ctx context.Context

defaultFlavorID, err := amphoracontrollers.EnsureFlavors(ctx, instance, &r.Log, helper)
if err != nil {
return ctrl.Result{RequeueAfter: time.Duration(180) * time.Second}, nil
return ctrl.Result{RequeueAfter: time.Duration(20) * time.Second}, nil
}
r.Log.Info(fmt.Sprintf("Using default flavor \"%s\"", defaultFlavorID))

Expand Down

0 comments on commit 0590f56

Please sign in to comment.