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: do not attempt to retry failing request #99

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

reey
Copy link
Collaborator

@reey reey commented Dec 3, 2024

This was otherwise causing the service to fail in case an error occurred during the retry attempt. The service would then restart since the error callback was not provided and an unhandled exception would be thrown..

@reey reey merged commit 7505004 into main Dec 3, 2024
1 check passed
@reey reey deleted the do-not-attempt-to-retry-failing-request branch December 3, 2024 23:25
github-actions bot pushed a commit that referenced this pull request Dec 3, 2024
## [2.9.1](v2.9.0...v2.9.1) (2024-12-03)

### Bug Fixes

* do not attempt to retry failing request ([#99](#99)) ([7505004](7505004))
Copy link

github-actions bot commented Dec 3, 2024

🎉 This PR is included in version 2.9.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant