L4 Market Gateway v3.8.9: Hardware-Aware Bidding & Telemetry Hardening#277
L4 Market Gateway v3.8.9: Hardware-Aware Bidding & Telemetry Hardening#277dcplatforms wants to merge 1 commit into
Conversation
- Bump version to v3.8.9 - Enhance localSafetyCache to sync regional alarm counts from Redis - Implement bidding confidence penalty (-0.05 per alarm, capped at 0.3) - Standardize all scores to 4-decimal string format (.toFixed(4)) - Include hardware penalty metadata in bid audits and Kafka payloads - Recalculate High-Fidelity status post-penalty to ensure bidding safety - Audit global training endpoints for fleet_id security enforcement Co-authored-by: dcplatforms <10982057+dcplatforms@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This update synchronizes L4: Market Gateway with the v10.1.6 platform standard, focusing on "Hardware-Aware Resilience."
Key enhancements:
BiddingOptimizer.jsandindex.jsto reduce bidding confidence based on regional hardware alarms reported by L7. Each alarm deducts 0.05 from the confidence score (max 0.30 deduction).safeFloatutility to maintain parity with L11 ML Engine requirements.localSafetyCachenow polls Redis forl4:regional:alarms:<ISO>to ensure sub-millisecond access to hardware health data during the bidding cycle.regional_alarm_countandhardware_penaltyto FIX-PROT-AUDIT metadata andMARKET_PRICE_UPDATEDKafka payloads.fleet_idrejection for global aggregate training data endpoints.Verified with 29 passing tests in
services/04-market-gateway.PR created automatically by Jules for task 16231099730156340809 started by @dcplatforms