Some regions are faster than others to start jobs. I recommend avoiding us-central1
Some regions are faster than others to start jobs. I recommend avoiding us-central1
Good suggestion. I would expect them to be in logs. The task success / error should also reflect exit 0 or 1
stations.albertguillaumes.cat shows 3d models of many european metro stations.
Here's Chatelet Les Halles in Paris:
And a new overview page is on the way.
Glad to have participated in person to the 2025 edition of Cloud Run day India!
The team had prepared great deep dive sessions, quizzes, and workshops. Nice to connect with the local developer community.
Add /deploy to Gemini CLI with the Cloud Run Gemini CLI extension:
$ gemini extensions install github.com/GoogleCloudP...
Read more: cloud.google.com/blog/product...
Deploy your Gradio app to Cloud Run from the gradio CLI:
$ gradio deploy --provider gcloud
Gemini 2.5 Flash Image (a.k.a. nano banana) is a massive leap forward, an a 171 elo point jump is huge.
See nice landing page from Google DeepMind deepmind.google/models/gemin...
Node.js can now execute TypeScript
nodejs.org/en/blog/rele...
A group is building a "spatial browser", i.e. a user agent that presents web content directly inside a 3D coordinate space. I love the idea.
m-creativelab.github.io/jsar-runtime...
I'll be speaking at the AI For Developers meetup in San Francisco next Wednesday:
- 6:30pm: Google Cloud Run for AI (Inference, agents, and MCP)
- 7pm: A Python-First Approach to AI Infra, from Sandboxes to Inference
- 7:30pm: Zylo-docs: The Code-first, AI-powered API Spec Tool
lu.ma/qemn7akv
- Vibe coded apps go to Cloud Run
- AI Agents go to Cloud Run
- MCP servers go to Cloud Run
Cloud Run's flexibility and on-demand nature make it a runtime of choice for these new workloads.
Thanks to Gemini CLI:
- I don't write tests (manually) anymore
- test coverage of my projects go up.
The Cloud Run MCP server is now listed in Docker's MCP hub.
The catalog page does a great job listing the available tools and giving clear setup instructions.
hub.docker.com/mcp/server/c...
Gemini CLI and I added an anaglyph mode to my <stereo-img> web component, for non-VR users.
stereo-img.steren.fr
Previously, we waited for a language runtime to be Stable or LTS before launching it on Cloud Run.
We are changing that: Go 1.25 (today "Release Candidate") and Node.js 24 ("Current") are available in Preview today.
They will GA once Stable and "Active LTS".
$ gcloud run deploy
Right now: 10,000 homes sending 60MW to the grid as one Virtual Power Plant
Can you share more details: is this a new issue? or you've always observed it?
Carbon numbers for Google Cloud regions, 2024 edition.
- Details: cloud.google.com/sustainabili...
- CSV: github.com/GoogleCloudP...
I'd like to thank TikTok and Gen Z for a potential new Radiohead tour (and one can hope) album.
The Gemini CLI roadmap is now public github.com/orgs/google-...
๐ 2 Cloud Run-related items:
Start background agent either locally, by deploying to Cloud Run, or through Jules integrations:
github.com/google-gemin...
Deploy to Cloud Run with /deploy
github.com/google-gemin...
In an alternate timeline, we would have flown from San Francisco to Paris in 4.5 hours today.
Announcing Docker, Inc compose support for Google Cloud Run:
- Define your app in "compose.yaml"
- Run locally with "docker compose up"
- Deploy with "gcloud run compose up"
Docker blog: www.docker.com/blog/build-a...
GCP blog: cloud.google.com/blog/product...
Video: youtu.be/KHM3YGkLOxo?...
Gemini API is getting a Batch Mode, to run within a 24-hour window.
Priced 50% lower and with higher limits.
developers.googleblog.com/en/scale-you...
GitHub PR review tool is way behind Google's internal code review tool.
For performance, usability, and features
cooking something
Gemini CLI can also help you pass time when your containers are building
Nice to see that ElectricityMaps has a "Carbon aware scheduler" API endpoint.
Given a job duration, start and end window, and set of locations (which can be GCP regions), the API returns the optimal execution time and location.
portal.electricitymaps.com/docs/api#car...
Serverless Gemma 3n with Ollama and Cloud Run in two lines:
$ gcloud run deploy --image ollama/ollama --port 11434 --gpu 1
$ OLLAMA_HOST=[...] ollama run gemma3n
Yesterday, we introduced Cloud Run worker pools, designed for continuous background processing , ideal for pull-based workloads.
Today, we are introducing an open source autoscaler for Kafka consumers.
Read the blog post: cloud.google.com/blog/product...