-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start worker (cloud-run-v2) on google cloud run service. #16673
Comments
It looks to me like the default startup probe for GCR is a TCP probe so I think the docs are missing a step here that should include explicitly configuring an HTTP startup probe. Is there any chance you'd be able to try and set that up and see if it resolves the issue for you? If so we can update the docs! |
Thanks @cicdw, this seems to be part of the problem. After changing the startup probe to http and setting the maximum delay for it (240s), I still get the following errors:
The new start command is:
Do you have an idea what could be causing this issue? |
@PtrBld could you try it without the
|
Thank you so much @cicdw. It is working now. The final command was:
|
Awesome thank you for being patient and giving those a try! I'll update the docs now. |
Bug summary
Hi all. I tried to start a worker for my work pool on google cloud following the guide here: https://docs.prefect.io/integrations/prefect-gcp/gcp-worker-guide
I run the following command to deploy the worker:
This creates the following logs:
Seeing this in google cloud run logs:
When I start the worker locally everything works.
Thanks for your help!
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: