Henry
05/20/2022, 1:10 PMgrpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1653050771.622000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3129,"referenced_errors":[{"created":"@1653050771.622000000","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
File "c:\users\henry\anaconda3\lib\site-packages\dagster\grpc\client.py", line 107, in _query
response = getattr(stub, method)(request_type(**kwargs), timeout=timeout)
File "c:\users\henry\anaconda3\lib\site-packages\grpc\_channel.py", line 946, in _call_
return _end_unary_response_blocking(state, call, False, None)
File "c:\users\henry\anaconda3\lib\site-packages\grpc\_channel.py", line 849, in _end_unary_response_blocking
raise _InactiveRpcError(state)"
Then I went to dagit workspace and re-loaded the job (last reload was 3 days ago), and re-run the job and the error was magically gone, the job was executed successfully.
I wonder what might be the reason causing above error? is there way to setup auto reload the job periodically in dagit workspace? Thank you!jamie
05/25/2022, 6:55 PMdaniel
05/25/2022, 7:30 PMDagster Bot
05/25/2022, 7:58 PM