Skip to content

Commit

Permalink
Increase reconciliation performance
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrick-mesosphere committed Jul 26, 2019
1 parent aecfde0 commit fc6730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/planexecution/planexecution_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (r *ReconcilePlanExecution) Reconcile(request reconcile.Request) (reconcile
planExecution.Spec.Instance.Name,
planExecution.Spec.Instance.Namespace,
err)
return reconcile.Result{}, err
return reconcile.Result{}, nil // err
}

// Check for Suspend set.
Expand Down

0 comments on commit fc6730b

Please sign in to comment.