feat(sync_step): support ordered async step synchronization (#643)

support ordered async step synchronization
This commit is contained in:
罗鹏铖 2025-11-14 09:38:16 +08:00 committed by GitHub
commit 012dfcbdc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
)
)