MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / rate_limits_hit

Method rate_limits_hit

contrib/multilingual/api_pool.py:312–315  ·  view source on GitHub ↗

Total number of 429 responses encountered across all keys.

(self)

Source from the content-addressed store, hash-verified

310
311 @property
312 def rate_limits_hit(self) -> int:
313 """Total number of 429 responses encountered across all keys."""
314 with self._lock:
315 return self._rate_limits_hit
316
317 @property
318 def retry_successes(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected