I'm looking at implementing flow concurrency for specific parameters of flow runs - is there a good way to do this outside of work queues? Having each run through their own queue seems like it would do the trick, but I would end up with thousands of work queues, which seems like a telltale that I'm doing something wrong.
ETA: Looks like work queues can only be specified via deployment, so this doesn't seem like a sound option.
ETA ETA: Serendipity - the ability to specify queue name when creating a flow run from a deployment will be out in the next release:
https://github.com/PrefectHQ/prefect/pull/10276