Missi Sogbohossou
09/23/2022, 5:02 PM"Checking Flow run state...".
I don't get any errors, but it is stuck. The flow runs successfully locally. Anyone experienced this? I'm not sure where to go from here.Nate
09/23/2022, 5:19 PMMissi Sogbohossou
09/23/2022, 5:41 PMNate
09/23/2022, 6:40 PMpython my_flow.py
and run your flow okay, so then my questions are:
⢠how are you trying to run your flow when you see "Checking Flow run state..."
?
⢠where do you see that message / see it get stuck? (in the Logs of the flow run in the UI? the agent logs?)Missi Sogbohossou
09/23/2022, 7:02 PMNate
09/23/2022, 7:05 PMMissi Sogbohossou
09/23/2022, 7:11 PMprefect run -p .......
Nate
09/23/2022, 7:25 PMprefect agent local start
was executed, which will show whether there was issue submitting your flow in the location where your agent is running
I'm wondering if the task that's stuck in running is raising any signals?Missi Sogbohossou
09/23/2022, 7:42 PMNate
09/23/2022, 7:44 PMMissi Sogbohossou
09/23/2022, 8:07 PMNate
09/26/2022, 5:49 PM