diff --git a/backend/app/utils/server/sync_step.py b/backend/app/utils/server/sync_step.py index a3d8bc96..eb29d585 100644 --- a/backend/app/utils/server/sync_step.py +++ b/backend/app/utils/server/sync_step.py @@ -47,6 +47,7 @@ def sync_step(func): "task_id": task_id, "step": json_data["step"], "data": json_data["data"], + "timestamp": time.time_ns() / 1_000_000_000, }, ) )