platform · inferred from evidence
GCP
Google Cloud Platform, a suite of cloud computing services.
- DEV-"Error timed out waiting to be healthy" message on using -i even when deployments gets healthy.
If `astro deployment create -i` prints 'Error timed out waiting to be healthy' even though the deployment actually becomes healthy, ignore the message: it is a CLI polling bug, not a failed deployment. (Astronomer; via gh:astronomer/astro-c
- `google-cloud-documentai` imports fail in GCP notebooks: kernel Python does not match pip
`google-cloud-documentai` imports fail in GCP notebooks: kernel Python does not match pip. The package is fine - the environment is the problem.
- Flipt 1.9.0 Postgres dial tcp lookup postgres device or resource busy
This was a Flipt regression fixed in v1.9.1 and v1.10.1, upgrade to either of those patch releases and the Postgres connection works again. The reporter confirmed v1.9.1 fixed it in both local Rancher Desktop and GCP clusters.
- Secret Manager Node.js client: Could not load the default credentials from AWS Lambda
Passing a key file path to SecretManagerServiceClient from AWS Lambda fails with Could not load the default credentials. Use Workload Identity Federation instead of long-lived keys; as a fallback, set GOOGLE_APPLICATION_CREDENTIALS at runti
- 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.