Skip to content

fix rt updates in table#1695

Merged
luke-lombardi merged 1 commit into
mainfrom
ll/fix-rt
Jun 17, 2026
Merged

fix rt updates in table#1695
luke-lombardi merged 1 commit into
mainfrom
ll/fix-rt

Conversation

@luke-lombardi

@luke-lombardi luke-lombardi commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary by cubic

Fixes real-time timing in the sandbox table by backfilling missing metrics from canonical container events and recent history. Ensures time-to-started, time-to-interactive, and lifetime are accurate for both active and completed containers.

  • Bug Fixes
    • Hydrates missing timing fields from container event streams; bounded by sandboxTimingHydrationLimit.
    • Merges recent stub history into app stats to cover partial app history; bounded by sandboxStatsFallbackStubLimit.
    • Applies timing to active and inactive rows; respects stored lifetime for completed runs.
    • Caps container history lookups at sandboxContainerHistoryLimit and de-dupes by container.
    • Bench: adds --sandbox-app-name to set the sandbox app namespace.
    • SDK: clarifies Sandbox.name assigns the sandbox to an app namespace.

Written for commit 56c25ee. Summary will update on new commits.

Review in cubic

@luke-lombardi luke-lombardi merged commit 02b8a17 into main Jun 17, 2026
4 checks passed
@luke-lombardi luke-lombardi deleted the ll/fix-rt branch June 17, 2026 04:38
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