Skip to content

[DO NOT REVIEW] Add load shedding based on sync distance#2690

Draft
preston-evans98 wants to merge 4 commits intodevfrom
preston/load-shedding
Draft

[DO NOT REVIEW] Add load shedding based on sync distance#2690
preston-evans98 wants to merge 4 commits intodevfrom
preston/load-shedding

Conversation

@preston-evans98
Copy link
Copy Markdown
Member

Description

This draft adds support for load shedding based on node sync distance. This needs further refinement; we're currently waiting on preliminary results from zeta before iterating

  • I have updated CHANGELOG.md with a new entry if my PR makes any breaking changes or fixes a bug. If my PR removes a feature or changes its behavior, I provide help for users on how to migrate to the new behavior.
  • I have carefully reviewed all my Cargo.toml changes before opening the PRs. (Are all new dependencies necessary? Is any module dependency leaked into the full-node (hint: it shouldn't)?)

Linked Issues

  • Fixes # (issue, if applicable)
  • Related to # (issue)

Testing

Describe how these changes were tested. If you've added new features, have you added unit tests?

Docs

Describe where this code is documented. If it changes a documented interface, have the docs been updated?

Rendered docs are available at https://sovlabs-ci-rustdoc-artifacts.us-east-1.amazonaws.com/<BRANCH_NAME>/index.html

@vmmon
Copy link
Copy Markdown
Contributor

vmmon commented Apr 22, 2026

Works quite well in my tests to limit batch size overflows. Same approach should be extended to the per-block execution time limit.

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