Disk billing gap - #562
Open
breardon2011 wants to merge 2 commits into
Open
Conversation
breardon2011
marked this pull request as ready for review
July 30, 2026 16:42
|
2027 auto-runs evals against preview deployments of your docs. To enable this, install one of:
Once a preview is deployed, open a new PR and we'll run the eval automatically. Evaluating agent experience using 2027.dev · View dashboard |
breardon2011
force-pushed
the
disk-billing
branch
from
July 30, 2026 18:07
21ad3c9 to
320df09
Compare
…ke ceiling configurable + drop per-org max_disk_mb gate
motatoes
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the gap between docs ($0.0000001/GB-s over 20GB, running or hibernated) and reality (Autumn billed memory only).
Cell usage_ticker now stamps disk_mb on every usage_tick (from sandbox_scale_events). events-ingest lands it in usage_samples. autumn_meter aggregates disk-overage GB-seconds per bucket and tracks disk_overage_gb_seconds to Autumn.
Hibernated boxes emit no organic tick — new CP sweeper mints synthetic usage_ticks every 5min for hibernated sandboxes with disk >20GB. Requires disk_overage_gb_seconds feature on Autumn.