https://prefect.io logo
Title
t

Tadej Svetina

01/21/2023, 10:39 AM
Is having a running prefect agent required if the deployment I want to run uses
ECSTask
infrastructure type?
1
j

Jessica Smith

01/21/2023, 3:09 PM
Yes it is. In order to start any flow run via Prefect, an agent must be running. You could also start a flow run yourself using the prefect python library, I believe, but you would need to do that via your own code and process.