Replies: 1 comment
-
I've been using exponential delays to retry then if it still fails report a retry limit exceed back to the user. But I don't know if/not this would be the right way to do it. But it works for me. |
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
-
It's the fallback here:
ebay-api/src/errors/index.ts
Line 69 in d6d165e
Is the appropriate response to retry a few times with exponential delays, or fail gracefully?
Beta Was this translation helpful? Give feedback.
All reactions