fix: Temporarily delete marking node alive as false when error occurs
This commit is contained in:
@ -151,6 +151,7 @@ func (gb *GroupBase) onDialFailed() {
|
||||
gb.failedTime = time.Now()
|
||||
} else {
|
||||
if time.Since(gb.failedTime) > gb.failedTimeoutInterval() {
|
||||
gb.failedTimes = 0
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user