Hugh Cameron
04/28/2020, 11:33 AM~# prefect diagnostics
{
"config_overrides": {},
"env_vars": [
"PREFECT__SERVER__UI__GRAPHQL_URL"
],
"system_information": {
"platform": "Linux-3.10.105-x86_64-with-glibc2.2.5",
"prefect_version": "0.10.4",
"python_version": "3.8.1"
}
}
~# prefect agent start docker --network prefect-server --label NAS --label Docker
____ __ _ _ _
| _ \ _ __ ___ / _| ___ ___| |_ / \ __ _ ___ _ __ | |_
| |_) | '__/ _ \ |_ / _ \/ __| __| / _ \ / _` |/ _ \ '_ \| __|
| __/| | | __/ _| __/ (__| |_ / ___ \ (_| | __/ | | | |_
|_| |_| \___|_| \___|\___|\__| /_/ \_\__, |\___|_| |_|\__|
|___/
[2020-04-28 11:29:17,055] INFO - agent | Starting DockerAgent with labels ['NAS', 'Docker']
[2020-04-28 11:29:17,056] INFO - agent | Agent documentation can be found at <https://docs.prefect.io/orchestration/>
[2020-04-28 11:29:17,056] INFO - agent | Agent connecting to the Prefect API at <http://localhost:4200>
[2020-04-28 11:29:17,078] INFO - agent | Waiting for flow runs...
Any tips to troubleshoot?josh
04/28/2020, 12:50 PM