fastapi-cloud-tasks
fastapi-cloud-tasks copied to clipboard
_InactiveRpcError
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?