Bebeto Nyamwamu
10/18/2022, 4:12 AMJeff Hale
10/18/2022, 11:58 AMMichael Shoemaker
10/18/2022, 2:53 PMJeff Hale
10/18/2022, 7:52 PMgcsfs
. This Prefect tutorial walks through storage and infrastructure.
If you want to see an example that uses Docker Compose - but not on GCP - here’s a guide.Bebeto Nyamwamu
10/22/2022, 3:54 PM[Errno 99] error while attempting to bind on address ('my-gcp compute public ip', 4200): cannot assign requested address
when I run prefect orion start
please helpJeff Hale
10/24/2022, 1:07 PMmy-gcp compute public ip
Bebeto Nyamwamu
10/24/2022, 1:07 PMJeff Hale
10/24/2022, 1:11 PMBebeto Nyamwamu
10/24/2022, 1:16 PMINFO: Started server process [234109]
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 99] error while attempting to bind on address ('my-gcp compute public ip', 4200): cannot assign requested address
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
Orion stopped!
prefect orion start
prefect config set PREFECT_ORION_API_HOST=my-gcp compute public ip
Jeff Hale
10/24/2022, 1:54 PMmy-gcp compute public ip
is just a stand in for your actual public IP - you’re using that IP address?Bebeto Nyamwamu
10/24/2022, 1:55 PMJeff Hale
10/24/2022, 1:59 PMJaafar
10/27/2022, 10:57 AM