Compare commits

..

3 Commits

Author SHA1 Message Date
will.anderson a7d4648f1d Merge pull request 'Scale soul-demo-stage to zero when idle' (#164) from cost-opt/soul-demo-stage-minscale into main 2026-08-03 19:15:48 +00:00
will.anderson c949973632 Scale soul-demo-stage to zero when idle
soul-demo-stage is a demo/preview service pinned to min-instances=1, keeping an
instance warm 24/7. A demo doesn't need warming — set min-instances to 0 so it
scales to zero when idle (cold start on first request). The live service is
updated to match.
2026-08-03 14:10:17 -05:00
will.anderson b87b0bed24 Merge pull request 'fix(web): soften two unbacked claims for closed-beta honesty' (#157) from fix/honest-claims-closed-beta into main
Deploy marketing to Cloud Run / deploy (push) Failing after 3m33s
2026-06-18 16:40:41 +00:00
+1 -1
View File
@@ -273,7 +273,7 @@ jobs:
--service-account neuron-marketing-sa@neuron-785695.iam.gserviceaccount.com \
--update-env-vars "NEURON_LLM_0_FORMAT=anthropic,NEURON_LLM_0_MODEL=claude-sonnet-4-5,NEURON_LLM_0_URL=https://api.anthropic.com/v1/messages" \
--update-secrets "NEURON_LLM_0_KEY=anthropic-api-key:latest,ANTHROPIC_API_KEY=anthropic-api-key:latest" \
--min-instances 1 \
--min-instances 0 \
--max-instances 50 \
--concurrency 20 \
--port 8080 \