Skip to content

Commit fd9cd89

Browse files
committed
feat(dependenciesdistributor): set dependenciesdistributor rb maxconcurrentreconciles same as concurrent-resourcebinding-syncs
Signed-off-by: chang.qiangqiang <[email protected]>
1 parent 8691287 commit fd9cd89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/dependenciesdistributor/dependencies_distributor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,7 @@ func (d *DependenciesDistributor) SetupWithManager(mgr controllerruntime.Manager
665665
},
666666
}).
667667
WithOptions(controller.Options{
668-
RateLimiter: ratelimiterflag.DefaultControllerRateLimiter[controllerruntime.Request](d.RateLimiterOptions),
669-
MaxConcurrentReconciles: 2,
668+
RateLimiter: ratelimiterflag.DefaultControllerRateLimiter[controllerruntime.Request](d.RateLimiterOptions),
670669
}).
671670
WatchesRawSource(source.Channel(d.genericEvent, &handler.TypedEnqueueRequestForObject[*workv1alpha2.ResourceBinding]{})).
672671
Complete(d),

0 commit comments

Comments
 (0)