José Agretti
12/17/2025, 2:12 PMConcurrency lease renewal failed - slots are no longer reserved. Terminating execution to prevent over-allocation
I can see three issues related to this https://github.com/PrefectHQ/prefect/issues/19068 https://github.com/PrefectHQ/prefect/issues/18839 https://github.com/PrefectHQ/prefect/issues/19218 but none of them have a possible solution or answer. I might rollback to a previous client version at least
Thank youJosé Agretti
12/17/2025, 2:14 PMJosé Agretti
12/17/2025, 2:19 PMNate
12/17/2025, 4:41 PMJosé Agretti
12/17/2025, 4:43 PMconcurrency_limit: { "limit": 30, "collision_strategy": "ENQUEUE" }
And then in the UI I can see the limits as Global Concurrency Limits with the deployment ID as nameNate
12/17/2025, 4:43 PMJosé Agretti
12/17/2025, 4:46 PMPREFECT_SERVER_EVENTS_CAUSAL_ORDERING, I think it should be new, because I followed this doc to setup the high availability server in the first placeJosé Agretti
12/17/2025, 4:46 PMPREFECT_SERVER_CONCURRENCY_LEASE_STORAGE in both API and background servicesJosé Agretti
12/17/2025, 4:50 PMJosé Agretti
12/17/2025, 5:29 PMPREFECT_SERVER_CONCURRENCY_INITIAL_DEPLOYMENT_LEASE_DURATION to one hour, because most of our flows with concurrency limits should finish before that timeNate
12/18/2025, 1:51 AMJosé Agretti
12/18/2025, 12:25 PM