An issue I’m running into developing a system with Temporal is some latency starting workflows. When we fire off a parent workflow with ~10 child workflows, each with 5-6 parallel activities, we’re seeing 1-2s delays in our timeline for executions to start.
Is there anything we can do to better tune this so that it’s less latent?