GCP Deployment¶
Planned — Phase 7
Contents¶
Cloud Run + Cloud Tasks + durable graph store.
The load-bearing constraint: Cloud Run caps a request at 60 minutes (5 min default), and Google advises tolerating client reconnection beyond 15 minutes. Each graph expansion is therefore one short request. Long runs are many short requests over a durable graph.
Open: AlloyDB is technically right for the memory tier (Postgres + pgvector + ScaNN in one store) but is cluster-based and does not scale to zero. Verify current pricing before committing; Cloud SQL with pgvector may serve the public demo while AlloyDB stays the documented production recommendation.