I have a similar question to the last, I want to limit the amount of parallel flow runs. I have a very expensive (computationally) ML pipeline and I don't want to run into any blocking issues of the Model API that I use within my flow.
I'm registering flow runs via docker (+docker agent). How can I make prefect wait for a flow run to have finished before a new one is started?