Skip to content
New issue

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

fix: increase default retry count and expand error matching criteria #56

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

jjeff
Copy link
Contributor

@jjeff jjeff commented Nov 16, 2024

This pull request includes a change to the retry function in the src/utilities.ts file to improve its robustness by increasing the number of retries and expanding the list of error messages that trigger a retry.

Improvements to retry logic:

  • src/utilities.ts: Increased the default number of retries from 5 to 20 to enhance the function's resilience.
  • src/utilities.ts: Added 'Execution context was destroyed' to the list of error messages that trigger a retry to handle additional failure scenarios.

@jjeff jjeff merged commit 566d79a into beta Nov 16, 2024
4 checks passed
Copy link

🎉 This PR is included in version 1.8.0-beta.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant