{"record":{"id":"280fd91c39dfa41b","repo":"diegosouzapw/OmniRoute","slug":"startup-connection-recovery-scheduler-failed-to","errorCode":null,"errorMessage":"[STARTUP] Connection recovery scheduler failed to start (non-fatal):","messagePattern":"\\[STARTUP\\] Connection recovery scheduler failed to start \\(non-fatal\\):","errorType":"console","errorClass":null,"httpStatus":null,"severity":"error","filePath":"src/instrumentation-node.ts","lineNumber":576,"sourceCode":"        }),\n\n      // Conductor bridge (PRD Conductor RF1): mirrors OmniConductor hub tasks into the\n      // A2A TaskManager via the hub SSE. Opt-in — self-gated on CONDUCTOR_HUB_URL.\n      import(\"@/lib/conductor/boot\").then((m) => {\n        if (m.initConductorBridge()) console.log(\"[STARTUP] Conductor bridge started\");\n      }).catch((err: unknown) => {\n        const msg = err instanceof Error ? err.message : String(err);\n        console.warn(\"[STARTUP] Conductor bridge failed to start (non-fatal):\", msg);\n      }),\n\n      // Proactive connection-cooldown recovery (#8): re-validate connections whose\n      // transient `rate_limited_until` window has elapsed OUTSIDE the request hot path,\n      // so the first request after a cooldown does not pay the probe latency.\n      import(\"@/lib/quota/connectionRecovery\")\n        .then((m) => m.initConnectionRecoveryScheduler())\n        .catch((err: unknown) => {\n          const msg = err instanceof Error ? err.message : String(err);\n          console.warn(\"[STARTUP] Connection recovery scheduler failed to start (non-fatal):\", msg);\n        }),\n\n      // Arena ELO sync: model intelligence from the Arena AI leaderboard, powering the\n      // Free Provider Rankings page. On by default; non-blocking, never fatal.\n      import(\"@/lib/arenaEloSync\")\n        .then(async (m) => {\n          const started = await m.initArenaEloSync();\n          if (started) console.log(\"[STARTUP] Arena ELO sync initialized\");\n        })\n        .catch((err: unknown) => {\n          const msg = err instanceof Error ? err.message : String(err);\n          console.warn(\"[STARTUP] Arena ELO sync failed to start (non-fatal):\", msg);\n        }),\n\n      // Radar daily feed sync: only arms itself when RADAR_ENABLED AND the user\n      // opt-in are already on (flag-off boot stays timer-free — Radar inertia\n      // contract). Non-blocking, never fatal.\n      import(\"@/lib/radar/scheduler\")","sourceCodeStart":558,"sourceCodeEnd":594,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/instrumentation-node.ts#L558-L594","documentation":"Error \"[STARTUP] Connection recovery scheduler failed to start (non-fatal):\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/instrumentation-node.ts:576 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d","analyzedAt":"2026-08-25T18:35:09.898Z","schemaVersion":2},"datasetVersion":"2026-08-25T21:54:21.419Z"}