google-cloud-run Questions

3

Solved

The documentation gives an example of https://gateway-12345-uc.a.run.app as a service URL. Do Cloud Run service URLs always have the -uc.a.run.app suffix, or is this subject to change in the future...
Pierro asked 7/7, 2020 at 23:40

4

Does anyone know, difference between Google App Engine Flex and Google Cloud Run? Thanks
Fume asked 10/4, 2019 at 18:38

2

Google documents refer 60% as below The CPU utilization of existing instances when they are processing requests or events, targeting to keep scheduled instances to a 60% CPU utilization. I am con...
Amice asked 23/2, 2023 at 1:13

14

Solved

I built my container image, but when I try to deploy it from the gcloud command line or the Cloud Console, I get the following error: "Container failed to start. Failed to start and then listen on ...
Ramakrishna asked 13/4, 2019 at 5:7

7

Solved

I'm using managed CloudRun to deploy a container with concurrency=1. Once deployed, I'm firing four long-running requests in parallel. Most of the time, all works fine -- But occasionally, I'm faci...
Multifoil asked 12/7, 2019 at 12:51

4

Solved

I deployed a Google Cloud Run service running in a docker container. Out of the box, it looks like I get insight into some metrics on the Metrics tab of the service page such as Request count, Requ...

6

I have a node app bundled with webpack which I am trying to deploy to cloud run. In order to be able to load a file more than 32 MB (the set limit) in cloud run I added the header ('Transfer-encodi...

3

Solved

When writing a Cloud Run service, we develop a container that listens on the PORT environment variable to handle an incoming HTTP request. An instance of the container springs to life and handles t...
Pilferage asked 26/12, 2019 at 16:31

4

Solved

Expected behavior: I can run a container I've built using an Apple M1 chip. Observed behavior: Assuming you have a Google Cloud Run account and can push Docker images to Google Container Registry. ...
Styptic asked 2/4, 2021 at 14:14

2

I have a cloud run service. It's set up to handle sporadic scientific data processing tasks. It has min_instances=1, max_instances=40. It'll sit with nothing active then burst up to 5-10 active con...
Concern asked 5/4, 2023 at 13:19

3

Solved

We see there are environmental variables available to read to get port/service/revision of a Cloud Run service. In order to configure a multithreaded app, like gulp threads. How do you read how man...
Flu asked 18/11, 2020 at 20:14

6

Solved

I'm getting a permission error when trying to deploy an image to cloud run: gcloud beta run deploy endpoints_proxy \ --image="gcr.io/endpoints-release/endpoints-runtime-serverless:1.30.0" \ --al...
Ashmead asked 9/5, 2019 at 23:36

1

I have Golang project which I am trying to deploy to Google Cloud Run. For this project the idea is to test image building and running before even deploying it to cloud run. Now building this image...

5

Solved

I have ran this example using this job Everything worked well. Now I am trying to see if there is a way to pass parameters to jobs running on Cloud Run. I understand I can use the command to create...
Titbit asked 31/8, 2022 at 21:15

4

I was trying to run a Docker image with Cloud run and realised that there is no option for adding a persistent storage. I found a list of services in https://cloud.google.com/run/docs/using-gcp-ser...
Glissando asked 6/10, 2020 at 15:26

2

Solved

I am setting up a CI&CD environment for a GCP project involves Cloud Run. While setting up everything via Terraform is pretty much straightforward, I cannot figure out how to update the environ...

2

Solved

I am trying to install GCSFuse using the following command: gcsFuseRepo=gcsfuse-`lsb_release -c -s`; \ echo "deb http://packages.cloud.google.com/apt $gcsFuseRepo main" | \ tee /etc/apt...
Insufferable asked 12/10, 2023 at 5:30

1

Solved

I am having problems creating a service in cloud run. I am following this tutorial, using the Go template that GCP provides. But I get this error: Trigger execution failed: source code could not be...
Gelignite asked 23/11, 2023 at 23:56

2

The following setup exist and works fine: Google Cloud Run (my API worked when I used the open URL - i.e. something like this https://some_name-ab3adasmjk-oa.a.run.app) Google Cloud Scheduler (ca...
Peloquin asked 7/11, 2023 at 17:10

5

Solved

Following the tutorial here I have the following 2 files: app.py from flask import Flask, request app = Flask(__name__) @app.route('/', methods=['GET']) def hello(): """Return a ...

1

Solved

Google Cloud Run is a serverless platform that can be used to run docker containers as batch jobs or as services. Google Cloud Batch is a serverless platform that can be used to run docker containe...
Decency asked 3/10, 2023 at 17:4

1

I've got a Flask app that's deployed (using a Dockerfile) to Google Cloud Run. The app's structure closely resembles the Flask Mega Tutorial. It uses a Postgres database that runs on Cloud SQL. The...

5

Solved

I am trying to invoke a Cloud Run service using Cloud Tasks as described in the docs here. I have a running Cloud Run service. If I make the service publicly accessible, it behaves as expected. I h...
Francois asked 9/4, 2020 at 16:23

4

Solved

I have following permissions in google cloud. BigQuery Admin Cloud Functions Admin Cloud Scheduler Admin Compute Admin Editor Source Repository Administrator Storage Admin I am creating a cloud r...
Darbee asked 22/9, 2021 at 18:15

9

Solved

Is anyone getting this issue with Google Cloud Run Domain Mapping? When I add a custom domain to my domain mappings, I get this: Waiting for certificate provisioning. You must configure your DNS...
Nadene asked 4/9, 2019 at 13:33

© 2022 - 2024 — McMap. All rights reserved.