I read from a community post that there are limitation to the childworkflow. link.
Will I be able to increase the limit of my child workflows as mentioned in the temporal docs [here] (Self-hosted Temporal Service defaults | Temporal Documentation)
I read from a community post that there are limitation to the childworkflow. link.
Will I be able to increase the limit of my child workflows as mentioned in the temporal docs [here] (Self-hosted Temporal Service defaults | Temporal Documentation)
These limits are there for a reason. Increasing them might lead to system instability or even DB issues if some DB specific limits are exceeded.
We recommend refactoring your workflows to avoid hitting these limits.