Update updatePodWithRetries to get and then update
This commit is contained in:
@@ -624,7 +624,7 @@ func (r *Request) tryThrottle() {
|
||||
r.throttle.Accept()
|
||||
}
|
||||
if latency := time.Since(now); latency > longThrottleLatency {
|
||||
glog.Warningf("Throttling request took %v, request: %s", latency, r.URL().String())
|
||||
glog.Warningf("Throttling request took %v, request: %s:%s", latency, r.verb, r.URL().String())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user