_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "The service is currently unavailable."
debug_error_string = "UNAVAILABLE:The service is currently unavailable."
>
(2 additional frame(s) were not displayed)
...
File "grpc/_interceptor.py", line 331, in _with_call
return call.result(), call
File "grpc/_channel.py", line 447, in result
raise self
File "grpc/_interceptor.py", line 314, in continuation
response, call = self._thunk(new_method).with_call(
File "grpc/_channel.py", line 1182, in with_call
return _end_unary_response_blocking(state, call, True, None)
File "grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
ServiceUnavailable: The service is currently unavailable.
(4 additional frame(s) were not displayed)
...
File "concurrent/futures/thread.py", line 73, in run
return fn(*args, **kwargs)
File "app/jobs.py", line 69, in _execution_status_sync
execution = _executions_client().get_execution(name=execution_name)
File "/opt/venv/lib/python3.14/site-packages/google/cloud/run_v2/services/executions/client.py", line 945, in get_execution
response = rpc(
File "/opt/venv/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 189, in __call__
return wrapped_func(*args, **kwargs)
File "/opt/venv/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
Failed to fetch execution status for run 6d6da869-b559-442a-828f-9d6bdd643c4d
Sentry Issue: HACKBOT-API-A