fastapi-cloud-tasks icon indicating copy to clipboard operation
fastapi-cloud-tasks copied to clipboard

_InactiveRpcError

Open theobouwman opened this issue 1 year ago • 0 comments

In our api we call:

delayed.delayed_subscribe_all_members_to_group.delay(payload=DelayedSubscribeAllMembersToGroupRequest(
                organisation_id=organisation_id,
                group_id=group.id
))

But we then receive this error:

_InactiveRpcError
<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "sendmsg: Broken pipe (32)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"sendmsg: Broken pipe (32)", grpc_status:14, created_time:"2024-12-02T11:13:58.012172313+00:00"}"

Anyone else encountering this?

theobouwman avatar Dec 02 '24 11:12 theobouwman