It seems like this pkg only retries on 5xx errors and connection refused errors.
Is there a reason 429 errors were ignored? I feel like those are an essential use case for retry-logic (to get past API rate limiting)
Edit: nvm I saw the previous closed issue. Also I was running/testing on Runkit and the retryCondition callback f(x) wasn't being called with any arguments. Seems to work locally
It seems like this pkg only retries on 5xx errors and connection refused errors.
Is there a reason 429 errors were ignored? I feel like those are an essential use case for retry-logic (to get past API rate limiting)
Edit: nvm I saw the previous closed issue. Also I was running/testing on Runkit and the
retryCondition
callback f(x) wasn't being called with any arguments. Seems to work locally