https://prefect.io logo
t

T B

08/03/2022, 10:04 AM
Hi all, (working on prefect 2.0.2) I am running a deployment flow on scheduled interval. I have 2 agents listening on the same work-queue and grabbing this flow. One agent gets an error : prefect.exceptions.Abort: This run has already terminated. ---> The flow is considered "Crashed". Is it the expected behavior ? How is it possible to split the load on multiple agents for Scheduled deployments ? Cheers