mirror of https://github.com/status-im/consul.git
Stop intermediate renew routine on leader stop
This commit is contained in:
parent
4c83ad3e02
commit
ff12fc9f38
|
@ -593,6 +593,7 @@ func (s *Server) startConnectLeader() error {
|
|||
func (s *Server) stopConnectLeader() {
|
||||
s.leaderRoutineManager.Stop(intentionMigrationRoutineName)
|
||||
s.leaderRoutineManager.Stop(secondaryCARootWatchRoutineName)
|
||||
s.leaderRoutineManager.Stop(intermediateCertRenewWatchRoutineName)
|
||||
s.leaderRoutineManager.Stop(caRootPruningRoutineName)
|
||||
|
||||
// If the provider implements NeedsStop, we call Stop to perform any shutdown actions.
|
||||
|
|
Loading…
Reference in New Issue