Replies: 1 comment
-
Sorry missed the repo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using TanStack Pacer to rate-limit async calls at 100 requests/sec. The built-in
AsyncRateLimiter
rejects calls beyond the cap, and queue/AsyncQueuer need manual config to approximate a “p-throttle”–style behavior (limit+buffer).Would you consider adding a first-class, buffered throttle utility (à la p-throttle) that:
This would simplify common API-rate-limit patterns and avoid the need to compose multiple primitives. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions