RateLimiterConfig
This class defines the configuration for a rate limiter, specifying the maximum queries per second (QPS) and the maximum burst size allowed for calls to a remote service.
Attributes
| Attribute | Type | Description |
|---|---|---|
| QPS | int | Queries per second from one process to the remote service, defining the maximum rate of calls per second. |
| Burst | int | Maximum burst size, defining the maximum burst size. |