Temp refetchInterval #1083
Unanswered
romansndlr
asked this question in
General
Replies: 1 comment
-
Have you had a look at the auto refetching example? if you set does that make sense? |
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.
-
Hey all, I work in an event-sourced environment, and a lot of the time we need to wait for all the async messages to be registered before we can redirect the user. I would like to have a possibility in react-query to set up a temporary refect interval. So basically adding the ability to pass milliseconds to this property that define for how long we want to run this "poling" from the API.
Beta Was this translation helpful? Give feedback.
All reactions