bdb6ddc581af5e4f7f068cb47c54ef5a48ca2c71
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 2m0s
- soul-demo-stage: raise max-instances 10 → 50 - marketing-stage: explicitly set max-instances 200 - /assets/* and /brand/*: return Cache-Control: public, max-age=31536000, immutable so Cloudflare caches static assets at the edge (eliminates Cloud Run hit per request) - /js/*: bump from max-age=3600 to max-age=31536000, immutable (same policy) - Per-uid demo rate limit: replace in-process state with Supabase demo_rate_limits table so the 10-chats/day cap is enforced across all Cloud Run instances; falls back to in-process for local dev when SUPABASE_SERVICE_KEY is absent - Global circuit breaker: trip if any single instance handles ≥2000 demo requests/UTC day
…
…
…
Description
Neuron marketing site - El-native server
9.7 MiB
Languages
Emacs Lisp
47.1%
C
34.7%
HTML
7.5%
TypeScript
5.4%
JavaScript
2.4%
Other
2.9%