Skip to content

Commit

Permalink
Remove Internal from non-retryable errors
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Smith <dsmith3197@users.noreply.github.com>
  • Loading branch information
sbalmos and dsmith3197 authored Jul 7, 2023
1 parent 9a9f79c commit af1e2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sinks/vector/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ impl RetryLogic for VectorGrpcRetryLogic {
| OutOfRange
| Unimplemented
| Unauthenticated
| Internal
| DataLoss
),
_ => true,
Expand Down

0 comments on commit af1e2bb

Please sign in to comment.