Query Priority?
#6080
Replies: 1 comment
-
no, you'd need to handle this on your api layer. You probably want some sort of task queue, maybe something like swimmer? |
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 have an unfortunate app that needs to make over 100 API calls spread out across many different components. React-query handles this really well and I am impressed.
Some of those requests get stalled for a few seconds because I believe Chrome is telling me that I have hit the limit of the TCP.
Is there any way to specify a priority so that queries get submitted and executed in priority order? Or anything like this?
Beta Was this translation helpful? Give feedback.
All reactions