Philip MacMenamin
11/04/2021, 5:31 PMprefect agent docker start
results in
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff5ba1a23a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Kevin Kho
Philip MacMenamin
11/04/2021, 5:33 PM$ uname -a
Linux L02147210 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Philip MacMenamin
11/04/2021, 5:33 PM$ prefect diagnostics
{
"config_overrides": {
"PREFECT__CONTEXT__SECRETS__AWS_CREDENTIALS": true,
"PREFECT__FLOWS__CHECKPOINTING": true
},
"env_vars": [],
"system_information": {
"platform": "Linux-5.4.0-89-generic-x86_64-with-glibc2.29",
"prefect_backend": "server",
"prefect_version": "0.15.7",
"python_version": "3.8.10"
}
}
Philip MacMenamin
11/04/2021, 5:33 PMKevin Kho
Philip MacMenamin
11/04/2021, 5:36 PMPhilip MacMenamin
11/04/2021, 5:36 PMKevin Kho
Kevin Kho
Philip MacMenamin
11/04/2021, 5:40 PMPhilip MacMenamin
11/04/2021, 5:41 PMPhilip MacMenamin
11/04/2021, 5:41 PMAnna Geller
Kevin Kho
Philip MacMenamin
11/04/2021, 5:44 PMAnna Geller
prefect auth login --key YOUR_KEY
) and you’re good to go. With Server you need to first configure it all. So I’d definitely recommend getting started with Cloud. You can always switch to Server later if you wish to do so.Philip MacMenamin
11/04/2021, 5:51 PMPhilip MacMenamin
11/04/2021, 5:52 PMPhilip MacMenamin
11/04/2021, 5:53 PMPhilip MacMenamin
11/04/2021, 5:53 PMPhilip MacMenamin
11/04/2021, 5:54 PMKevin Kho
Kevin Kho
Philip MacMenamin
11/04/2021, 5:56 PM