Skip to content

Commit

Permalink
UNAVAILABLE is not a fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonyme committed Mar 17, 2024
1 parent 287e88c commit 472f90f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buildstream/sandbox/_sandboxremote.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def __run_remote_command(stub, execute_request=None, running_operation=None):
grpc.StatusCode.RESOURCE_EXHAUSTED,
grpc.StatusCode.INTERNAL,
grpc.StatusCode.DEADLINE_EXCEEDED,
grpc.StatusCode.UNAVAILABLE,
):
raise SandboxError(
"Failed contacting remote execution server at {}."
Expand Down

0 comments on commit 472f90f

Please sign in to comment.