The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.utils.rate_limiter
Directory
Classes
| Class | Description |
|---|---|
RateLimiter |
Rate limiter that allows up to a certain number of requests per minute. |
flytekit.utils.rate_limiter.RateLimiter
Rate limiter that allows up to a certain number of requests per minute.
Parameters
class RateLimiter(
rpm: int,
)| Parameter | Type | Description |
|---|---|---|
rpm |
int |
Methods
| Method | Description |
|---|---|
acquire() |
|
sync_acquire() |
acquire()
def acquire()sync_acquire()
def sync_acquire()