Skip to content

Commit eefa3cb

Browse files
authored
chore(singleton): shutdown on reset (#1050)
1 parent 269fde6 commit eefa3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langfuse/utils/langfuse_singleton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ def get(
7272
def reset(self) -> None:
7373
with self._lock:
7474
if self._langfuse:
75-
self._langfuse.flush()
75+
self._langfuse.shutdown()
7676

7777
self._langfuse = None

0 commit comments

Comments
 (0)