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

feat(BOUN-1215 BOUN-1282): Finish load shedding, add various idle timers #4

Merged
merged 6 commits into from
Oct 28, 2024

Conversation

blind-oracle
Copy link
Contributor

  • Finish the load shedding implementation on the library side

    • Split the shedders into files
    • Rework SystemLoadShedder to use a single State that is shared among all layers, this allows the measurements to run only once. Also the evaluation against the thresholds is now running also once after the measurement.
    • Add Clap CLI structs that can be shared between services
  • Implement various idle timers for HTTP server:

    • Read/Write on the socket
    • TLS handshake
    • Idle between requests

@blind-oracle blind-oracle requested a review from a team as a code owner October 25, 2024 08:22
@blind-oracle blind-oracle changed the title feat(BOUN-1215 BOUN-1282): feat(BOUN-1215 BOUN-1282): Finish load shedding, add various idle timers Oct 25, 2024
src/http/shed/sharded.rs Outdated Show resolved Hide resolved
@blind-oracle blind-oracle merged commit 87f4088 into main Oct 28, 2024
3 checks passed
@blind-oracle blind-oracle deleted the igornovg/shed-cli branch October 28, 2024 07:48
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.

3 participants