Aaron
06/27/2024, 8:42 PMERROR: (gcloud.run.deploy) Revision 'prefect-worker-00003-4v5' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
when running
cloud run deploy prefect-worker --image=prefecthq/prefect:3-latest \ --set-env-vars PREFECT_API_URL=$PREFECT_API_URL,PREFECT_API_KEY=$PREFECT_API_KEY \ --service-account prefect-service-account \ --no-cpu-throttling \ --min-instances 1 \ --args "prefect","worker","start","--install-policy","always","--with-healthcheck","-p","gcloud-test-work-pool","-t","cloud-run"
Any ideas what could be going wrong? From what I gather, it seems that the image doesn't have the port exposed which cloud run requiresNate
06/27/2024, 10:02 PMAaron
06/27/2024, 10:11 PMNate
06/27/2024, 10:14 PMAaron
06/27/2024, 10:23 PMAaron
06/27/2024, 10:24 PM