platform · inferred from evidence
Cloud Run
Google's serverless platform for running containerized applications.
- Significant CPU consumption when agent is on
Significant CPU consumption with the Python agent on, worst in CPU-constrained environments like Cloud Run: the reporter traced it to the Linux kernel, not the agent. After upgrading the kernel to 6.8.0 and rebooting (the box was on an upgr
- Not working on Cloud Run?
How to not working on Cloud Run?. Verified in gh:browserless/browserless#4406.
- @google/genai@1.26.0 breaks Vertex AI ADC authentication with CREDENTIALS_MISSING 401
In Google Genai: This was a regression in @google/genai@1.26.0 breaking Vertex AI ADC authentication. Verified resolution: upgrade to @google/genai@1.27.0: collaborator yyyu-google released 1.27.0 with the fix, and four separate users confi
- Crawlee SQLite "disk I/O error" in a Cloud Run container
A Crawlee crawler works locally but throws SQLite disk I/O error at RequestQueue creation on Cloud Run because WAL mode does not work on its filesystem. Disable WAL with APIFY_LOCAL_STORAGE_ENABLE_WAL_MODE=false.