Files
litellm/tests/test_litellm/proxy
Julio Quinteros ProandClaude Opus 4.6 8a6a67bfcf fix(proxy): isolate get_config failures from model loading in sync loop
A database timeout (httpcore.ReadTimeout) during get_config() in
_update_llm_router would propagate and prevent ALL DB models from
loading into the router.

Now get_config() failures are caught separately so model add/delete
operations still proceed. Similarly, _delete_deployment catches
get_config failures and safely skips cleanup rather than crashing the
entire sync cycle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 17:49:44 -03:00
..
2026-02-13 22:01:28 -08:00
2026-02-25 11:44:30 -08:00
2026-02-12 17:54:32 -08:00
2026-02-26 12:43:39 +05:30