mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
more typed orm (#28577)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -218,6 +218,8 @@ def _record_trigger_failure_log(
|
||||
finished_at=now,
|
||||
elapsed_time=0.0,
|
||||
total_tokens=0,
|
||||
outputs=None,
|
||||
celery_task_id=None,
|
||||
)
|
||||
session.add(trigger_log)
|
||||
session.commit()
|
||||
|
||||
Reference in New Issue
Block a user