hi prefect: i am a data analyst trying to cover f...
# ask-community
j
hi prefect: i am a data analyst trying to cover for an engineer who set up our prefect server and left the company. i was trying to add a new deployment/flow run to our server, which didn't work, so i reverted back to the original code; however, i find that all of our flow runs now get stuck in
Late
, and retrying previously successful runs are stuck in
AwaitingRetry
. any tips on what might be causing the issue? we are using prefect 2.10.3 deployed on an EC2 instance.
b
Hi Jerry! First things first, I'd check the state of your work pools. Are the
Late
flow runs tied to a work pool that is in a
Not Ready
state?