Throttling for parallel queries #4121
Unanswered
williamjulianvicary
asked this question in
Ideas
Replies: 1 comment 2 replies
-
no, I don't think it's possible. You would need to do this on the actual api layer that makes the requests. |
Beta Was this translation helpful? Give feedback.
2 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 have a dashboard that loads up-to many hundreds of rows of data, once loaded these rows then need to be hydrated via an API request.
I'd like to throttle the requests to the endpoint to N concurrent requests, i.e, say, 3 at a time as the endpoint this hits actually makes a backend request to other endpoints which impose rate limits.
I don't believe this is currently possible, right?
Beta Was this translation helpful? Give feedback.
All reactions