All Questions
Tagged with google-cloud-platform google-cloud-run
1,757 questions
0
votes
2
answers
39
views
Deploying Revision. Resource readiness deadline exceeded
I have several cloud run + triggers connected to github. Everything run fine until yestersay, today if I commit and the trigger starts de deploy of the new version, it takes between 30-60min and then ...
0
votes
0
answers
31
views
Firebase App Hosting deployment failed with Traffic Routing Error
I am using Firebase App Hosting. If I make a clean deployment, everything goes fine. If I try to redeploy, I get the error:
An error occurred in your rollout
generic::failed_precondition: Revision '...
0
votes
1
answer
18
views
Getting 403 Forbidden when calling private GCP Cloud Function via API Gateway
I'm trying to expose a private GCP Cloud Function using API Gateway. The function is written in Node.js and deployed with --ingress-settings=internal-and-gclb, and it works fine when called internally ...
0
votes
1
answer
66
views
When the Cloudsql restarted, all the Cloudrun service stops working
When the Cloudsql restarted, all the Cloudrun services linked to the Cloudsql(Database version is MySQL 8.4.4) stops working. with below error
Fatal error: Uncaught mysqli_sql_exception: Access denied ...
-1
votes
0
answers
27
views
google.api_core.exceptions.PermissionDenied: 403 Not allowed, access denied for permission serviceusage.services.use
I am trying to create a Cloud Run Function - it reads csv file from GCS Bucket, call DLP API to de-identify the columns and then save it to Bigquery.
File size is not big, it is only few mbs and ...
0
votes
1
answer
48
views
How do I run a single, one time run file in cloudrun, I do not care about web at all
Sorry for posting this. I'm trying to run a single file, as a one time executable job, I do not care about the web, I don't care about ports for users to hit, there are no user there is nothing to hit....
0
votes
3
answers
75
views
401 unauthorized response when calling a Cloud Function using google-auth-library
I'm calling a private http Cloud Function using the google-auth-library in Node.js. This works locally both when authenticated as myself and when impersonating the Cloud Run service account. However, ...
0
votes
0
answers
21
views
Can custom headers be added to automatically generated Cloud Logging logs in Cloud Run?
A similar question was asked nearly two years ago, but there was no confirmed answer. Is it now possible to add custom attributes to the automatically generated logs in Cloud Run?
I’m not referring to ...
0
votes
0
answers
39
views
FoundryVTT instance crashing with error "EPERM: operation not permitted, utime '/data/Config/options.json.lock'" - Google Cloud Run/Storage
I'm attempting to deploy an instance of FoundryVTT as a container on Cloud Run. I've set it up to mount a Cloud Storage bucket as a volume so that its data will persist when it restarts. The app ...
0
votes
1
answer
45
views
Google Cloud Run assigned URL unexpectedly changed
My Google Cloud Run assigned URL unexpectedly changed from:
https://xxxxx-yyyyy-dt.a.run.app
to:
https://xxxxx-yyyyy-an.a.run.app
This happened without any deployments or updates on my part.
Is this ...
0
votes
1
answer
82
views
How to get the URL of a Cloud Run Function from within a Cloud Run Function
I have a python cloud run function and I want to get the URL of another cloud run function programatically. I want to avoid hard coding the URL if possible. I need the URL so that I can create a task ...
-1
votes
0
answers
46
views
The user-provided container failed to start and listen on the port defined provided by the PORT=6969environment variable within the allocated timeout
The user-provided container failed to start and listen on the port
defined provided by the PORT=6969 environment variable within the
allocated timeout. This can happen when the container port is
...
1
vote
0
answers
42
views
Stop Scrapers hitting GCP Load Balancer -> CloudRun Service
I have a GCP Load Balancer connecting to GCP CloudRun which is running an express app.
The express app has basic authentication and the CloudRun service only allows calls from the Load Balancer.
...
0
votes
1
answer
57
views
Temporary staled cached page in Next.js App returned after serverless cold start
I have a Next.js app deployed to GCP Cloud Run as a serverless website.
Its home page is a server component of a list of "Cards". It fetches data of the "Cards" from Firestore and ...
0
votes
2
answers
113
views
Cloud Build Trigger Fails with PERMISSION_DENIED: Permission 'cloudbuild.builds.create' denied Despite Correct IAM Setup
Problem:
I am trying to set up a CI/CD pipeline in Google Cloud Platform using Cloud Build with a GitHub trigger. However, when I attempt to trigger the build using the Cloud Build trigger, I get the ...