I ran my flow from CLI `prefect run --name` and it...
# prefect-community
j
I ran my flow from CLI
prefect run --name
and it set the flow to be scheduled on the cloud UI. I clicked
start now
and the time has passed the 'Schedule to start' but my tasks are still in the scheduled state. Any thoughts on what I could do to start the flow?
1
n
Hi @Jack Chang! What kind of agent and flow runner are you using?
j
@Nate Docker agent and DockerRun
n
is the Docker Agent successfully submitting other flows? or are all flows stuck in scheduling?
my first guess would be that your Docker Agent is expecting flow runs without a label, and that your flows have labels, preventing the agent from acknowledging those flow runs here's some more info on that from our discourse
j
That did it! Thanks Nate!
n
sure thing, glad I could help 😄