fix: ensure end_all_traces is called at the end of all flow build events (#6991)
This commit is contained in:
parent
203ca36d5a
commit
cb61dded91
1 changed files with 2 additions and 0 deletions
|
|
@ -424,7 +424,9 @@ async def generate_flow_events(
|
|||
)
|
||||
event_manager.on_error(data=error_message.data)
|
||||
raise
|
||||
|
||||
event_manager.on_end(data={})
|
||||
await graph.end_all_traces()
|
||||
await event_manager.queue.put((None, None, time.time()))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue