mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
chore(langfuse): mark the deliberate blind except in client teardown for the strict ruff gate
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
a7bafbff07
commit
ee18d703c6
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ def _run_teardowns(state: _LangfuseLifecycleState, clients: tuple[Langfuse, ...]
|
|||
for index, client in enumerate(batch):
|
||||
try:
|
||||
_teardown_langfuse_client(client)
|
||||
except Exception:
|
||||
except Exception: # noqa: BLE001 # SDK shutdown can raise anything; the request holding the lease must survive it
|
||||
verbose_logger.exception("Langfuse client teardown failed during cache eviction")
|
||||
except BaseException:
|
||||
state.requeue(batch[index:])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue