Is it important to set up pause/resume with non-blocking?
Reading
the pause/resume docs it says the agent will not be able to pick up other flow runs if the pause/resume is in the default (blocking) configuration. But we have not set up any concurrency limits for our prefect agents, so I'm guessing that means multiple flows can still be running concurrently, even though one is paused/blocking. Is this the correct way to understand this?