We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cf5f3 commit df60fa4Copy full SHA for df60fa4
go/logic/throttler.go
@@ -293,6 +293,7 @@ func (this *Throttler) collectThrottleHTTPStatus(firstThrottlingCollected chan<-
293
if err != nil {
294
// If not told to ignore errors, we'll throttle on HTTP connection issues
295
if !this.migrationContext.IgnoreHTTPErrors {
296
+ log.Errorf("errors occurred during HTTP throttle check: %+v", err)
297
atomic.StoreInt64(&this.migrationContext.ThrottleHTTPStatusCode, int64(-1))
298
}
299
0 commit comments