Skip to content

Commit

Permalink
fix crd establish controller rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
yue9944882 committed Aug 14, 2018
1 parent 57bb269 commit a8abeda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (ec *EstablishingController) processNextWorkItem() bool {

err := ec.syncFn(key.(string))
if err == nil {
ec.queue.Forget(key)
return true
}

Expand Down

0 comments on commit a8abeda

Please sign in to comment.