Skip to content

Commit

Permalink
do not requeue if everything is finished
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Oct 4, 2022
1 parent d22ceda commit 24918c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/controllers/keptnworkloadinstance/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func (r *KeptnWorkloadInstanceReconciler) Reconcile(ctx context.Context, req ctr
}
return ctrl.Result{Requeue: true}, nil
}
return ctrl.Result{Requeue: true, RequeueAfter: 30 * time.Second}, nil

return ctrl.Result{}, nil
}

// SetupWithManager sets up the controller with the Manager.
Expand Down

0 comments on commit 24918c8

Please sign in to comment.