Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce overhead of rps-multi #4677

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ProjectsByJackHe
Copy link
Contributor

Description

Recently we've been seeing azure runners in iocp "crashing" (losing connection to the Github Backend).

One possible cause is that we are starving the CPU and that fails some heartbeat check on Github's side.

Let's try reducing this constraint.

Testing

CI

Documentation

N/A

@ProjectsByJackHe ProjectsByJackHe requested a review from a team as a code owner December 4, 2024 01:04
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.74%. Comparing base (9c41c71) to head (092aa60).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4677      +/-   ##
==========================================
- Coverage   86.81%   86.74%   -0.07%     
==========================================
  Files          56       56              
  Lines       17361    17361              
==========================================
- Hits        15072    15060      -12     
- Misses       2289     2301      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant