Skip to content

Implement non-blocking telemetry reporting using background threads#19

Open
nikosavola wants to merge 1 commit into
actions:mainfrom
nikosavola:nikosavola/push-mrvwvlztvnml
Open

Implement non-blocking telemetry reporting using background threads#19
nikosavola wants to merge 1 commit into
actions:mainfrom
nikosavola:nikosavola/push-mrvwvlztvnml

Conversation

@nikosavola

Copy link
Copy Markdown

This pull request updates the upload_coverage.py script to improve the handling of telemetry reporting by sending the initial "starting" telemetry report in a background thread.

Copilot AI review requested due to automatic review settings July 1, 2026 11:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates upload_coverage.py to make the initial “starting” telemetry report non-blocking by sending it via a background thread while the main coverage upload proceeds.

Changes:

  • Start the “starting” telemetry report in a background threading.Thread.
  • Join the telemetry thread before sending the completed telemetry report (and on early error paths) to preserve report ordering.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread upload_coverage.py
Comment thread upload_coverage.py Outdated
Comment thread upload_coverage.py Outdated
Comment thread upload_coverage.py Outdated
@nikosavola nikosavola force-pushed the nikosavola/push-mrvwvlztvnml branch from bbbba32 to 765823c Compare July 1, 2026 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants