Skip to content

Commit

Permalink
Merge pull request #289 from zlabjp/shutdown-queue
Browse files Browse the repository at this point in the history
Shutdown syncQueue
  • Loading branch information
tatsuhiro-t authored Jan 26, 2024
2 parents 135a809 + 27198a0 commit c03fe00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2157,6 +2157,8 @@ func (lbc *LoadBalancerController) Run(ctx context.Context) {

klog.Infof("Shutting down nghttpx loadbalancer controller")

lbc.syncQueue.ShutDown()

wg.Wait()
}

Expand Down

0 comments on commit c03fe00

Please sign in to comment.