SWR was retrying 429/401/403 responses with exponential backoff, which cascaded into a flood of failed requests when the tab regained focus. Now skips retries entirely for these status codes.
SWR was retrying 429/401/403 responses with exponential backoff, which cascaded into a flood of failed requests when the tab regained focus. Now skips retries entirely for these status codes.