polite-nightfall-39188
12/04/2024, 3:22 PMmaxMessageSizeByte
? The max availability is of 4MB.
We tried configuring it in config.yaml but doesn't seem to work with FlyteRemote
on calling the fetch_execution
with sync_nodes
set to True. Instead it fails with following error:
FlyteSystemException: SYSTEM:Unknown: error=None, cause=<_InactiveRpcError of RPC that terminated with: status = StatusCode.RESOURCE_EXHAUSTED details = "Received message larger than max (6257348 vs. 4194304)" debug_error_string = "UNKNOWN:Error received from peer ipv4:<http://xxx.xxx.xxx.xxx|xxx.xxx.xxx.xxx> {created_time:"2024-12-04T13:24:39.325706062+01:00", grpc_status:8, grpc_message:"Received message larger than max (6257348 vs. 4194304)"}"
Could we circumvent this through Remote API calls?average-finland-92144
12/04/2024, 5:29 PMpolite-nightfall-39188
12/04/2024, 9:11 PMpolite-nightfall-39188
12/05/2024, 2:55 PMaverage-finland-92144
12/05/2024, 5:15 PMconfigmap:
adminServer:
server:
maxMessageSizeBytes: <insert-limit>
average-finland-92144
12/05/2024, 5:16 PM