Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-cloud-run]

Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests, providing comprehensive servicefull systems where responsibilities can be outsourced to a specialist service provider.

google-cloud-run
0 votes
0 answers
13 views

How to deploy to Cloud Run after Cloud Build (triggered from Github)?

I've been using Cloud Run for a while by using the basic "deploy from source" approach where the build & deploy is under the hood. Now I need to build and deploy a multi-container ...
DaveW's user avatar
  • 378
0 votes
1 answer
27 views

Why Use Cloud Load Balancer for WebSocket Connections from Cloud Run?

I'm successfully creating a WebSocket connection from a GCP Cloud Run instance to an external system. I've strictly followed the official GCP documentation and everything is working as expected. ...
ramsey's user avatar
  • 142
0 votes
1 answer
20 views

Why does `gcloud run jobs execute` punish you for waiting?

If I run: gcloud run jobs execute foo --project myproj --region us-central1 --format json It returns a big, beautiful data structure for the Execution resource that was generated in the cloud. This ...
odigity's user avatar
  • 7,799
-1 votes
1 answer
29 views

re: Google Cloud Run Job - what is property "observedGeneration"?

If you run gcloud run jobs describe my_job --format json, the last property is called observedGeneration, and seems to get bumped when you make a change to the job. I can infer the purpose from this, ...
odigity's user avatar
  • 7,799
-1 votes
0 answers
8 views

How much would it cost to run Metabase on Cloud Run? [closed]

I'm considering Cloud Run to run an instance of Metabase. I found some document online and it seems possible,even if not straightforward. I was wondering how much would it cost to run an instance with ...
Hal9000's user avatar
0 votes
1 answer
20 views

Cloud run FastAPI container shuts down and won't restart

In my GCP logs: INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [1] Which is fine, serverless computing, ...
Inigo Selwood's user avatar
0 votes
1 answer
32 views

Cloud Run is allocating too many instances

For my Cloud Run service, Both RAM and CPU are low. I don't know why GCP has allocated 6 instances. Its increasing my bill. CPU is nowhere near the 60% required for scaling. RAM and CPU: Instance ...
Vedant Agarwala's user avatar
1 vote
1 answer
23 views

Cloud Run - Authenticated request doesn't work on custom (sub)domain

I have a Cloud Run service running with authenticated requests turned on. I've created a domain mapping using Load Balancing to point a subdomain to the container. I have been sending requests to the ...
Victor's user avatar
  • 456
0 votes
0 answers
55 views

Next.js with Dockerfile build stopped working 18th July 2024 on Google Cloud Run with error: 91msh: next: not found

I have a Next.js application that I have build many times on Google Cloud Run. It uses a Dockerfile to build. Suddenly yesterday it stopped building and I have no idea why. I tried to create a ...
Europa's user avatar
  • 1,090
0 votes
0 answers
18 views

Next.js Anti-CSRF Tokens Check on Google Cloud Run

I am hosting my Next.js application on Google Cloud Run. The code is stored in Github, and whenever i push some changes to main I have a Github action that checks the Next.js application for ...
Europa's user avatar
  • 1,090
0 votes
0 answers
41 views

Python Container Logs aren't Showing up in Google Cloud's Log Explorer

I'm trying to log a simple "hello world!" inside a python file which is being built as a Cloud run job container. However, my logs are not showing up in the log explorer, although the job is ...
GJHK's user avatar
  • 1
0 votes
2 answers
35 views

How to pass secrets to cloud run job

How can i pass secrets to cloud rub job using containerOverrides property i can not find any documentation about this. I am passing env variables like this but this is visible in cloud run jobs UI and ...
Dživo Jelić's user avatar
-1 votes
2 answers
44 views

springboot api in cloudrun not able to connect to postgresql instance within same GPC project

I have created a spring boot application that can connect to the postgresql14 instance (running in my GCP project) when I run the application on my local machine. Setup I used to make it work: ...
user3839347's user avatar
0 votes
0 answers
29 views

Next JS fetch error from Ruby - Application error: a client-side exception has occurred (see the browser console for more information)

I have a Next Js app running in gogle cloud run and backend services in ruby on rails runnning on GKE i have correctly exposed the endpoints and they can connect however when i run the service on ...
Smbugua's user avatar
  • 87
0 votes
0 answers
30 views

Getting CORS Error for only DELETE Request (Have no issues with PUT, POST and GET) DRF and React project

I have been facing this following error whenever I make the request from my react.js frontend. I am using django DRF on backend and nginx as reverse proxy. Both are deployed in gcp cloud run as ...
Thiru's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
197