You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the rate limiter tries to sleep for very short (sub-µs) times, it oversleeps and is unable to catch up. Add a parameter to stream_config to set a minimum time to try to sleep, which will be a compromise between batch size and limit accuracy.
The text was updated successfully, but these errors were encountered:
If the rate limiter tries to sleep for very short (sub-µs) times, it oversleeps and is unable to catch up. Add a parameter to
stream_config
to set a minimum time to try to sleep, which will be a compromise between batch size and limit accuracy.The text was updated successfully, but these errors were encountered: