Closed L03TJ3 closed 9 months ago
@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 ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
good-collective | ❌ Failed (Inspect) | Feb 2, 2024 6:14am |
@sirpy not sure about subgraph as I didn't see it happen, but added the errorLink nonetheless. it could happen
@L03TJ3
@sirpy
I just noticed extensive network requests caused by unreachable domain, and my expectation is that this is handled more gracefully than not at all
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