Quick question: What happens when the ECS Service for an Agent does a restart? Assume that there are flow runs executing during this restart and there is only one agent and work queue
โ 1
Will the deployments continue running or would they "wait" until the agent comes back online?
b
Ben Muller
12/23/2022, 9:40 AM
In my experience the deployments (flow runs) keep running, and when the agent is back up again it is able to poll and determine the state of those flow runs. I'm assuming that the state is persisted in the prefect api somewhere so the agent is very much ephemeral.