Revert "feat: add langfuse llm node input and output" (#16947)
This commit is contained in:
@@ -49,6 +49,6 @@ def process_trace_tasks(file_info):
|
||||
except Exception:
|
||||
failed_key = f"{OPS_TRACE_FAILED_KEY}_{app_id}"
|
||||
redis_client.incr(failed_key)
|
||||
logging.exception(f"Processing trace tasks failed, app_id: {app_id}")
|
||||
logging.info(f"Processing trace tasks failed, app_id: {app_id}")
|
||||
finally:
|
||||
storage.delete(file_path)
|
||||
|
Reference in New Issue
Block a user