For datasette/issues/1522 I wanted to use a Docker build argument in a Dockerfile
that would then be deployed to Cloud Run. …
The gcloud
CLI tool has the alpha ability to tail log files - but it's a bit of a pain to setup. …
In VIAL issue 724 a Cloud Scheduler job which triggered a Cloud Run hosted export script - by sending an HTTP POST to an endpoint - was returning an error. The logs showed the error happened exactly three minutes after the task started executing. …
I have two different Google Cloud accounts active at the moment. Here's how to list them with gcloud auth list
: …
Today while running datasette publish cloudrun ...
I noticed the following: …
The gcloud run services list
command lists your services running on Google Cloud Run: …
I deployed https://metmusem.datasettes.com/ by creating a folder on my computer containing a Dockerfile and then shipping that folder up to Google Cloud Run. …
Thanks to @glasnt for the tip on this one. If you want a per-service breakdown of pricing on your Google Cloud Run services within a project (each service is a different deployed application) the easiest way to do it is to apply labels to those services, then request a by-label pricing breakdown. …