-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
126 apollo client retry #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does it define after how many attempts it would stop?
Why is it unable to connect? do we have a mongodb issue?
This doesnt happen with subgraph?
@sirpy The only way I found to be the retry events to configurable was by implementing RetryLink but as stated, I tried following the docs and didn't have any effect. I just noticed this behavior because of the 'blocked-origin' when running on localhost what I mentioned in tech-sync this week |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sirpy not sure about subgraph as I didn't see it happen, but added the errorLink nonetheless. it could happen |
|
…6-apollo-client-retry
I just noticed extensive network requests caused by unreachable domain, and my expectation is that this is handled more gracefully than not at all |
…6-apollo-client-retry
Description
When apollo client fails to connect it keeps retrying infinitely.
this adds error handling to the flow and it stops after a couple of attempts.
I tried using RetryLink
but this did not seem to stop the retry attempts
About # (link your issue here)
#126
Reproduce steps