Skip to content

Commit

Permalink
Stop history queue task processor after shard controller is stopped (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored May 15, 2024
1 parent ad8d28e commit 78d0141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ func (h *handlerImpl) Stop() {
h.prepareToShutDown()
h.crossClusterTaskFetchers.Stop()
h.replicationTaskFetchers.Stop()
h.queueTaskProcessor.Stop()
h.controller.Stop()
h.queueTaskProcessor.Stop()
h.historyEventNotifier.Stop()
h.failoverCoordinator.Stop()
}
Expand Down

0 comments on commit 78d0141

Please sign in to comment.