You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Append metadata and context id when processing TaskStatusUpdateEvent, and add more error logs
1. Fix the bug that during TaskManager.save_task_event, metadata from the updated task event is lost
2. During EventQueue processing, if any of the processing asyncio task failed with an unexpected
exception, this exception is silently caught but never exposed to user or logged in the console.
Add more error logs to make errors visible during debugging.
0 commit comments