From 05b544cf090fb43542c879673397c17c20b5cfb4 Mon Sep 17 00:00:00 2001 From: LuoPengcheng <2653972504@qq.com> Date: Thu, 13 Nov 2025 02:15:37 +0800 Subject: [PATCH] feat(sync_step): support ordered async step synchronization --- backend/app/utils/server/sync_step.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/utils/server/sync_step.py b/backend/app/utils/server/sync_step.py index 1f268d3f..2589c381 100644 --- a/backend/app/utils/server/sync_step.py +++ b/backend/app/utils/server/sync_step.py @@ -35,6 +35,7 @@ def sync_step(func): "task_id": chat.project_id, "step": json_data["step"], "data": json_data["data"], + "timestamp": time.time_ns() / 1_000_000_000, }, ) )