We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm migrating from axios and axios-retry module.
axios
axios-retry
I've faced with the issue that I can specify only total timeout including any retries.
It would be helpful to have ability to specify:
axios-retry has shouldResetTimeout option which solves this task https://github.com/softonic/axios-retry/#options
shouldResetTimeout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm migrating from
axios
andaxios-retry
module.I've faced with the issue that I can specify only total timeout including any retries.
It would be helpful to have ability to specify:
axios-retry
hasshouldResetTimeout
option which solves this task https://github.com/softonic/axios-retry/#optionsThe text was updated successfully, but these errors were encountered: