As of Prefect 3.4.19, tag-based concurrency limits are backed by global concurrency limits. When you create a tag-based limit, you’ll see a corresponding global concurrency limit with the name
tag:{tag_name}
.Prevent too many tasks from running simultaneously using tags.
tag:{tag_name}
.