Hi there! Is it possible to increase number of no...
# ask-the-community
a
Hi there! Is it possible to increase number of nodes in workflow? Is there a limit of 100 nodes with default settings? I have error from flytekit during graph registration:
Copy code
"UNKNOWN:Error received from peer ipv6:%5B::1%5D:8089 {created_time:\"2023-04-25T17:31:47.560558+04:00\", grpc_status:3, grpc_message:\"number of nodes in workflow [{ResourceType:WORKFLOW Project:flytesnacks Domain:development Name:preprocessing Version:pBo5ZZ_OUYrcNTys_JOrZw== XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}] exceeds limit (300 > 100)\"}\"\n>>"}
d
Hi @Alexey Kharlamov Yes, there's a default limit of 100 nodes controlled by
maxWorkflowNodes
https://docs.flyte.org/en/latest/deployment/configuration/generated/flyteadmin_config.html#maxworkflownodes-int
150 Views