|
|
@ -287,7 +287,8 @@ def provider_throttle(name, exception):
|
|
|
|
logging.info("Throttling %s for %s, until %s, because of: %s. Exception info: %r", name,
|
|
|
|
logging.info("Throttling %s for %s, until %s, because of: %s. Exception info: %r", name,
|
|
|
|
throttle_description, throttle_until.strftime("%y/%m/%d %H:%M"), cls_name, exception.args[0]
|
|
|
|
throttle_description, throttle_until.strftime("%y/%m/%d %H:%M"), cls_name, exception.args[0]
|
|
|
|
if exception.args else None)
|
|
|
|
if exception.args else None)
|
|
|
|
update_throttled_provider()
|
|
|
|
|
|
|
|
|
|
|
|
update_throttled_provider()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def throttled_count(name):
|
|
|
|
def throttled_count(name):
|
|
|
|