Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion deployment/aliyun/polymarket-raw-ops-shadow-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ readonly HEALTH_SETTLE_SECONDS=$((MAX_ACCEPTED_CYCLE_SECONDS + INITIAL_HEALTH_GR
readonly MAX_HEALTH_SILENCE_SECONDS=240
readonly LEGACY_START_HEALTH_MAX_AGE_SECONDS=2700
readonly LEGACY_HEALTH_COMPLETION_REQUIRED=false
readonly LEGACY_HEALTH_START_REQUIRED=true
# Legacy-Python health admission is disabled: the legacy lane is being retired
# for the same degradation that blocked it (chronic HTTP 429 storms and frozen
# health writes on 2026-07-31..08-01, see issue #553). Candidate-side parity
# evidence requirements are unchanged.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
readonly LEGACY_HEALTH_START_REQUIRED=false
readonly LEGACY_RUNTIME_STABILITY_REQUIRED=true
readonly REAL_MARKET_PREFLIGHT_BUDGET_SECONDS=300
readonly LEGACY_RUNTIME_MAX_SECONDS=21600
Expand Down
2 changes: 1 addition & 1 deletion deployment/aliyun/test-polymarket-raw-ops-control-plane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4155,7 +4155,7 @@ grep -Fq 'readonly PARITY_TAIL_SECONDS=601' "$GATE"
grep -Fq 'readonly MINIMUM_GATE_SECONDS=$REQUIRED_DURATION_SECONDS' "$GATE"
grep -Fq 'production gate duration must be exactly 900 seconds' "$GATE"
grep -Fq 'readonly LEGACY_HEALTH_COMPLETION_REQUIRED=false' "$GATE"
grep -Fq 'readonly LEGACY_HEALTH_START_REQUIRED=true' "$GATE"
grep -Fxq 'readonly LEGACY_HEALTH_START_REQUIRED=false' "$GATE"
grep -Fq 'readonly LEGACY_RUNTIME_STABILITY_REQUIRED=true' "$GATE"
grep -Fq 'bounded_parity_window_start' "$GATE"
grep -Fq 'readonly MAX_ACCEPTED_CYCLE_SECONDS=180' "$GATE"
Expand Down
Loading