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: Increase canister overhead #1973

Draft
wants to merge 3 commits into
base: rc--2024-10-10-13_47-03
Choose a base branch
from

Commits on Oct 10, 2024

  1. feat: EXC-1735: Charge canisters for full execution (#1782)

    This change applies charges for each fully executed canister. The total
    amount of points charged is evenly distributed across canisters, but it
    is not included in the compute capacity used to calculate long/new
    execution cores.
    berestovskyy authored and dsarlis committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    36ab4c6 View commit details
    Browse the repository at this point in the history
  2. feat: EXC-1751: Charge idle canisters for full execution (#1806)

    The idle canisters in front of the round schedule should be marked as
    fully executed, as they were scheduled first in the round.
    
    This helps to rotate the round schedule faster.
    berestovskyy authored and dsarlis committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3080af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c31b853 View commit details
    Browse the repository at this point in the history