Skip to content

Commit

Permalink
fix(retry): add rpc call fail errors
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Dec 24, 2023
1 parent c60edc2 commit a77e9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/retry/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import (
var internalErrors = []string{
"Timedout", // #373
"No workers running",
"RPC_CALL_FAIL",
"RPC_MCGET_FAIL",
}

type retry struct {
Expand Down

0 comments on commit a77e9d6

Please sign in to comment.