Sangwu
01/08/2025, 5:07 PMConcurrencySlotAcquisitionError
. 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:
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?Sangwu
01/08/2025, 5:09 PM