Skip to content

Commit 0459e02

Browse files
committed
Removed the source queue and pulled object from the channel
1 parent 5af5561 commit 0459e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ func (c *Controller[T]) Reconcile(ctx context.Context, event *v1.Event) (reconci
6060
})
6161
}
6262

63-
return reconcile.Result{}, nil
63+
return reconcile.Result{RequeueAfter: singleton.RequeueImmediately}, nil
6464
}

0 commit comments

Comments
 (0)