paul.q
05/06/2021, 10:31 PMgrpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.DEADLINE_EXCEEDED
details = "Deadline Exceeded"
debug_error_string = "{"created":"@1620302964.358000000","description":"Error received from peer ipv6:[::1]:54632","file":"src/core/lib/surface/call.cc","file_line":1068,"grpc_message":"Deadline Exceeded","grpc_status":4}"
>
File "c:\program files\python37\lib\site-packages\dagster\grpc\client.py", line 350, in start_run
serialized_execute_run_args=serialize_dagster_namedtuple(execute_run_args),
File "c:\program files\python37\lib\site-packages\dagster\grpc\client.py", line 89, in _query
response = getattr(stub, method)(request_type(**kwargs), timeout=timeout)
File "c:\program files\python37\lib\site-packages\grpc\_channel.py", line 946, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "c:\program files\python37\lib\site-packages\grpc\_channel.py", line 849, in _end_unary_response_blocking
raise _InactiveRpcError(state)
Does someone know an obvious cause for this? I can investigate AWS EC2 security group rules between ALB and server if it comes down to that.
Thanks
Pauldaniel
05/06/2021, 10:34 PMpaul.q
05/06/2021, 10:43 PMdaniel
05/06/2021, 11:56 PMpaul.q
05/07/2021, 12:58 AMdaniel
05/07/2021, 3:39 AMRebecca Sevaites
05/12/2021, 4:55 PMpaul.q
05/13/2021, 3:58 AM