You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recover interrupted .part uploads safely on service start
document production deployment and operational settings
Motivation
This is PR 6 of the #3158 implementation stack. It adds the bounded resource use, observability, recovery, and CDN integration required to move the validated MVP toward a reusable service.
The six-PR stack is now deployed on an Alibaba Cloud node in Beijing and has been validated from an external Windows client, not only through server-local requests.
Public health check: GET http://39.106.170.53:8765/healthz returned HTTP 200 with node cn-beijing, region china.
Official Go2 memory2 dataset: 229,855,232 bytes. External download completed in about 60 seconds and SHA-256 matched object id 32c2971034e449136a9196a2ec50dadd046c04a2783cf56513e2b613f92af0bd.
SQLite PRAGMA integrity_check: ok.
Streams discovered from _streams: color_image (855 rows), color_image_embedded (108), lidar (461), and odom (1122).
The memory2 upload path created a WAL-consistent snapshot plus JSON index; the remote resolver downloaded, content-hash verified, SQLite-validated, and cached the dataset successfully.
CI follow-up was also pushed: project logging now uses setup_logger(), and Typer/Rich CLI error assertions normalize ANSI styling. The targeted replay suite passes (56 passed), Ruff passes, and scoped mypy passes.
The repository/data path is therefore validated end to end. Running the complete dimos --replay run unitree-go2 navigation graph remains a robot/developer-host test because the repository VM is intentionally a small storage service rather than a full Open3D/navigation runtime.
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
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.
Summary
.partuploads safely on service startMotivation
This is PR 6 of the #3158 implementation stack. It adds the bounded resource use, observability, recovery, and CDN integration required to move the validated MVP toward a reusable service.
Stack dependency
f251779for the isolated changeValidation
ruff checkandruff format --checkpassed