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

List children exactly once for ChildSetReconciler #494

Merged
merged 1 commit into from Mar 11, 2024

Commits on Mar 8, 2024

  1. List children exactly once for ChildSetReconciler

    Previously, the ChildSetReconciler would list children once for the
    set and again for each child being reconciled. At best this was
    inefficient, at worst it introduced subtile issues when the content of
    the listing changed over the course of the reconcile.
    
    Now the content of the list from the ChildSetReconciler is reused by
    each child that is reconciled.
    
    Signed-off-by: Scott Andrews <scott@andrews.me>
    scothis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e90766a View commit details
    Browse the repository at this point in the history