mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-07 07:42:13 +03:00
Replace `void quotaSoftDeprioritize` with a live call to setCandidateQuotaSoftPenalty when isCombo && comboStepId are set and enforceQuotaShare returned deprioritize=true. Uses dynamic import so the combo service is only loaded for combo requests. Fail-open: import/call errors log a warn but never block the request (consistent with the existing quota enforcement fail-open policy in B/F7).