I have a use case that requires limiting the concurrency of a subset of flows on a work queue that match a certain pattern (flows with a prefix in their flow_run_name or tag)
I made a post on this
https://github.com/PrefectHQ/prefect/issues/8455
Curios to know if anyone has a way around this problem. Creating new work queues is not a viable solution for me. I basically want to create concurrency limits on all flows with a certain parameter value inside of a given work queue and still respect the work queue's top-level concurrency limit.