Skip to content

Commit

Permalink
fix(retry): add WORKER_BUSY_TOO_LONG_RETRY error in list. #462
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Jan 21, 2024
1 parent 19f673c commit 0310ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/retry/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var internalErrors = []string{
"No workers running",
"RPC_CALL_FAIL",
"RPC_MCGET_FAIL",
"WORKER_BUSY_TOO_LONG_RETRY", // #462
}

type retry struct {
Expand Down

0 comments on commit 0310ea8

Please sign in to comment.