<@ULVA73B9P> my flow in prefect 1 is stuck in a sc...
# ask-marvin
t
@Marvin my flow in prefect 1 is stuck in a scheduled state and my labels match. what else could be the issue?
m
If your flow in Prefect 1 is stuck in a scheduled state and the labels match, there are several potential issues you might need to investigate: 1. Agent is not running: Ensure that the agent process is indeed running. This could be a Kubernetes deployment, ECS service, Docker daemon, etc. 2. Agent Logs: Check the agent logs for any errors or warnings that might indicate why the flow is not moving to the running state. 3. Execution Layer: There might be an issue with the execution layer, such as a problem with your Kubernetes or ECS cluster, or your virtual machine where the flow is supposed to run. Since the issue you're experiencing is with a flow in Prefect 1, and the excerpt obtained is for Prefect 2, the concepts are largely similar but may not be directly applicable. Please confirm if you are using Prefect 2 so that I can provide more accurate advice. If you are indeed using Prefect 1, you would apply similar troubleshooting steps including checking the agent's health, logs, and execution layer. If there's something specific to Prefect 1 you would like to investigate further, please let me know and I can assist you with that.