Samuel Hinton
02/04/2021, 1:46 PMSamuel Hinton
02/04/2021, 4:23 PMSean Talia
02/04/2021, 4:26 PMLocalRun RunConfig like @Karolína Bzdušek is?Sean Talia
02/04/2021, 4:27 PMDockerAgent will not even try to pull work off the queue if the flow hasn't been configured with a DockerRun config, even if the label set seems to matchSamuel Hinton
02/04/2021, 4:28 PMSean Talia
02/04/2021, 4:30 PMrun_config option for your flow, so it's going to default to using the LocalRun , which means that you have a mismatch between your run config option and your agent typeSean Talia
02/04/2021, 4:31 PMprefect agent local start instead of prefect agent docker start (or however you're launching your agent)?Samuel Hinton
02/04/2021, 4:36 PMSamuel Hinton
02/04/2021, 4:37 PMprefect agent local start in my terminal, it will work. The flows will start being run instantly. But if I take the same command and put it inside the docker-compose which has the apollo service and everything, it talks to the server just fine, it just never gets given any flows to run!Sean Talia
02/04/2021, 4:41 PMSamuel Hinton
02/04/2021, 4:42 PMSean Talia
02/04/2021, 4:43 PMSean Talia
02/04/2021, 4:44 PMSamuel Hinton
02/04/2021, 4:44 PM