fix(polymarket): block legacy uploader recorder rollout - #481
proerror77 wants to merge 1 commit into
Conversation
40fad88 to
2c94b50
Compare
|
Warning Review limit reached
Next review available in: 51 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closing as an intentionally abandoned contract. Requiring the production Rust market uploader before recorder admission creates a circular dependency with the parent #447 design, where recorder and raw-ops are separate rollout units and the uploader changes only after the supervised raw-ops Gate. Live evidence also shows the legacy uploader failure predates the recorder upgrade, so this guard would not repair the backlog. The correct path is #483 staging -> separate terminal-receipt admission -> exact artifact/preflight/Gate/cutover. The remote branch is intentionally retained; no cleanup deletion is performed. |
Refs #479
Change contract
Fail closed in Polymarket market-recorder deploy admission when the active market-tape uploader identity is still the legacy Python runtime instead of the Rust raw-ops uploader.
Out of scope
Dependency or merge order
main@a98f26d93ce8c40c05466713de7c43b251fbd671Focused validation
bash deployment/aliyun/test-polymarket-market-recorder-release.shshellcheck deployment/aliyun/polymarket-market-recorder-deploy.sh deployment/aliyun/test-polymarket-market-recorder-release.shgit diff --checktest-polymarket-market-recorder-release.sh: legacy Python uploader makes bothpreflightandinstallfail, then exact Rust uploader identity makes the same path pass.Rollout / rollback impact
Why no PRD
This is a focused bug fix against Issue #479 with a single deploy-admission behavior change and a targeted counterexample test seam.