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: Retry to retry non-IOException #397

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Conversation

eed3si9n
Copy link
Member

Ref sbt/sbt#7873 (comment)

Problem

Retry(...) only handles IOExceptions.

Solution

This fixes it to handle NonFatal.

**Problem**
Retry(...) only handles IOExceptions.

**Solution**
This fixes it to handle NonFatal.
@eed3si9n eed3si9n assigned adpi2 and BillyAutrey and unassigned adpi2 and BillyAutrey Dec 29, 2024
@eed3si9n eed3si9n merged commit 24e2813 into sbt:develop Jan 2, 2025
7 checks passed
@eed3si9n eed3si9n deleted the wip/retry branch January 2, 2025 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants