How to set "Runtime" Ruby 3.2 instead of default Python 3.10 #2070
Replies: 1 comment
-
You're looking for Please don't open issues for Q&A. Use this forum for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am creating cloud function which is used to deploy ruby code from repo , but not able to find which varaible or enviroment varaible need to set Runtime" Ruby 3.2 instead of default Python 3.10.
Environment
To Reproduce
Apply Above code
Expected behavior
It should show Runtime" Ruby 3.2 instead of default Python 3.10, so that cloud function deployed successfully with ruby code
Result
Geting below error
Error: Error waiting to create function: Error waiting for Creating function: Error code 3, message: Could not create or update Cloud Run service test-cf-pubsub-trigger, Container Healthcheck failed. Revision 'moduletest-cf-pubsub-trigger-00001-sub' 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.
Additional context
Add any other context about the problem here
Beta Was this translation helpful? Give feedback.
All reactions