In theory should it be possible to execute a run t...
# ask-community
a
In theory should it be possible to execute a run that submits ~15,000 tasks on the concurrent task runner? I'm using a semaphore implementation to limit the execution to only 3 tasks at a time. Prefect cloud seems to be crashing when I try and open the flow run logs for this flow as its running, although it's still running ok in the execution infrastructure so far.
aaaaand we've got a crash
i'll just batch this puppy
or make it non-concurrent rather