Question getting retry to work #371
Replies: 3 comments 5 replies
-
Not an answer to your main question, but there's no need to wrap your code in |
Beta Was this translation helpful? Give feedback.
-
OK what's actually happening is when i am calling Any ideas why this wouldn't be caught by (Code updated above to reflect current version) |
Beta Was this translation helpful? Give feedback.
-
I have same problem that BeforeRetry doesn't work on React Native...
|
Beta Was this translation helpful? Give feedback.
-
Here's my function using ky in a browser:
However the retries don't seem to be working. I'm seeing occasional 503 errors from my API calls in the browser, but I never see any retries or the console messages. What am I doing wrong?
I have almost the identical code with got running in Node.JS without a problem.
Beta Was this translation helpful? Give feedback.
All reactions