Call the throttler.Teardown
This commit is contained in:
parent
9226769a22
commit
02579075d0
@ -1262,4 +1262,9 @@ func (this *Migrator) teardown() {
|
||||
log.Infof("Tearing down streamer")
|
||||
this.eventsStreamer.Teardown()
|
||||
}
|
||||
|
||||
if this.throttler != nil {
|
||||
log.Infof("Tearing down throttler")
|
||||
this.throttler.Teardown()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user