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

break out of infinite retry for submitted ops #1595

Merged
merged 2 commits into from
Nov 1, 2024

don't retry operations that have conflict error

74c139d
Select commit
Loading
Failed to load commit list.
Merged

break out of infinite retry for submitted ops #1595

don't retry operations that have conflict error
74c139d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 0s

99.98% (-0.02%) compared to f81d957

View this Pull Request on Codecov

99.98% (-0.02%) compared to f81d957

Details

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 99.98%. Comparing base (f81d957) to head (74c139d).

Files with missing lines Patch % Lines
internal/batch/batch_processor.go 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main    #1595      +/-   ##
===========================================
- Coverage   100.00%   99.98%   -0.02%     
===========================================
  Files          337      337              
  Lines        29492    29497       +5     
===========================================
+ Hits         29492    29493       +1     
- Misses           0        3       +3     
- Partials         0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.