Skip to content

Commit

Permalink
[Fix] Code review issue
Browse files Browse the repository at this point in the history
- Change to use schedule_flush instead of send_events

Signed-off-by: Kent Huang <[email protected]>
Co-authored-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
kentwelcome and wcchang1115 committed Jan 3, 2025
1 parent d2cc6ee commit baa3b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recce/event/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def log_single_env_event():
action='launch_server',
)
log_event(prop, '[Experiment] single_environment')
_collector.send_events()
_collector.schedule_flush()


def capture_exception(e):
Expand Down

0 comments on commit baa3b50

Please sign in to comment.