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

Config: Implement deferred clusters on worker. #28702

Merged
merged 12 commits into from
Aug 8, 2023

Commits on Jul 28, 2023

  1. Implement deferred clusters on worker. We initialize certain cluster on

    workers inline when there's traffic for that cluster.
    
    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c90c4ad View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge main.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    203dba8 View commit details
    Browse the repository at this point in the history
  2. Fix changelog.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e14e99f View commit details
    Browse the repository at this point in the history
  3. Changelog fmting.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    de7f149 View commit details
    Browse the repository at this point in the history
  4. Fix side effect not running in opt.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    32a1e48 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Addressing comments.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    963f288 View commit details
    Browse the repository at this point in the history
  2. Fix bug.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    290741c View commit details
    Browse the repository at this point in the history
  3. Comments.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    dd4da46 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fix bug.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    35841de View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. use string_view

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ab56abf View commit details
    Browse the repository at this point in the history
  2. Comments.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    21cc93b View commit details
    Browse the repository at this point in the history
  3. Merged main.

    Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
    KBaichoo committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e5d7e4a View commit details
    Browse the repository at this point in the history