Carlos Cueto
09/13/2024, 3:24 PMprefect.yaml
schedules
object, max_active_runs
. I don't see that field in this documentation: https://docs-3.prefect.io/3.0/deploy/infrastructure-concepts/prefect-yaml#schedule-fields
What's the difference between that property and the deployment-level concurrency_limit
property? In addition, I have both set to 1
but the deployment still spins up multiple flow runs with Running
state, so it doesn't seem to be honoring my set 1
limit.Alexander Azzam
09/13/2024, 3:32 PMmax_active_runs
is a relic of an abandoned syntax for deployment concurrency. Looks like we missed deleting it from a few places. 🙇Carlos Cueto
09/13/2024, 3:33 PMprefect.yaml
as I deployed certain deployments, so I found it interesting.Alexander Azzam
09/13/2024, 3:34 PMCarlos Cueto
09/13/2024, 3:35 PMconcurrency_limit: 1
on the prefect deployment. However, they are set to Active=False by default, I had to enable Active myself through the UI and it seems to be working as intended now.Carlos Cueto
09/13/2024, 3:37 PMAlexander Azzam
09/13/2024, 3:37 PMcollin
09/13/2024, 3:37 PMCarlos Cueto
09/13/2024, 3:39 PMAlexander Azzam
09/13/2024, 3:41 PMAlexander Azzam
09/13/2024, 3:42 PMcollin
09/13/2024, 3:42 PMAlexander Azzam
09/13/2024, 3:42 PMCarlos Cueto
09/13/2024, 3:42 PM