Hi all, I'm having a strange issue with `Concurren...
# ask-community
s
Hi all, I'm having a strange issue with
ConcurrencySlotAcquisitionError
. For context, 1. I have not setup any concurrency limits whatsoever on run level and on global level 2. For tracking purposes, I tag my runs with metadata like this:
Copy code
with tags("document", get_commit_sha(), get_commit_msg(), get_pod_uid()):
     .... # flow run goes there
And the concurrency error still seems to show up like this
Unable to acquire concurrency limits [ .... ]
for above tags despite the fact that I have not set any concurrency limits. Any idea why this would happen? Do every tags get a concurrency limit?
For extra context, I'm using self-hosted version of Prefect 3 server