Skip to content

fix: include compute_tier in create-app payload#64

Merged
jonoirwinrsa merged 1 commit into
mainfrom
jono/fix-compute-tier-in-create-app
Apr 2, 2026
Merged

fix: include compute_tier in create-app payload#64
jonoirwinrsa merged 1 commit into
mainfrom
jono/fix-compute-tier-in-create-app

Conversation

@jonoirwinrsa

Copy link
Copy Markdown
Contributor

Summary

  • ToPayload() mapped every scaling field except ComputeTier, so compute_tier = "protected" in cerebrium.toml was silently dropped from the API request body
  • Companion backend PR: CerebriumAI/dashboard-backend — jono/fix-compute-tier-in-create-app

Test plan

  • Set compute_tier = "protected" in cerebrium.toml and deploy — verify computeTier appears in the request body
  • Deploy without compute_tier set — verify no regression

🤖 Generated with Claude Code

ToPayload() mapped every scaling field except ComputeTier, so
`compute_tier = "protected"` in cerebrium.toml was silently dropped
from the API request body.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jonoirwinrsa
jonoirwinrsa merged commit fba766e into main Apr 2, 2026
4 checks passed
@jonoirwinrsa
jonoirwinrsa deleted the jono/fix-compute-tier-in-create-app branch May 12, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant