Revert "feat: add langfuse llm node input and output" (#16947)
This commit is contained in:
parent
377d11d13b
commit
ea1d459423
2 changed files with 2 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue