Samuel Hinton
02/04/2021, 11:21 AMhello_flow
example flow never executes. The agent startup seems fine:
agent_1 | [2021-02-04 11:16:51,742] INFO - agent | Starting LocalAgent with labels ['753b3ccf1df5']
agent_1 | [2021-02-04 11:16:51,742] INFO - agent | Agent documentation can be found at <https://docs.prefect.io/orchestration/>
agent_1 | [2021-02-04 11:16:51,742] INFO - agent | Agent connecting to the Prefect API at <http://apollo:4200>
And its still querying the server (see image), but it never actually does anything? I note that manually starting an agent seems to work, but including an agent in the docker-compose that launches all the other prefect services does not, and the debug output is just continually stating that no flows are found, disagreeing with the UI rather confusingly.
agent_1 | [2021-02-04 11:34:48,152] DEBUG - agent | No flow runs found
agent_1 | [2021-02-04 11:34:48,153] DEBUG - agent | Next query for flow runs in 10.0 seconds
Amanda Wee
02/04/2021, 12:28 PMSamuel Hinton
02/04/2021, 12:29 PM