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

allow configuring controller's concurrency #1277

Merged
merged 4 commits into from
Sep 5, 2023
Merged

Commits on Sep 2, 2023

  1. allow configuring controller's concurrency

    Add `concurrency` to `controller::Config` which defines a limit on the
    number of concurrent reconciliations that the controller can execute at
    any given moment. Its default by 0, which lets the controller run with
    unbounded concurrency.
    
    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f8fb3df View commit details
    Browse the repository at this point in the history
  2. use u16 for the concurrency setting; modify runner

    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b34b2c9 View commit details
    Browse the repository at this point in the history
  3. modify test helper naming to be more apt

    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    90303c8 View commit details
    Browse the repository at this point in the history
  4. simplify pop_queue_message_into_pending; improve tests

    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    9e3334b View commit details
    Browse the repository at this point in the history