ThrottleSettings¶
Structure Class¶
ThrottleSettings
dataclass
¶
The API request rate limits.
Attributes¶
burst_limit
class-attribute
instance-attribute
¶
burst_limit: int = 0
The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.
rate_limit
class-attribute
instance-attribute
¶
rate_limit: float = 0
The API target request rate limit.