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

Target group weight #89

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Target group weight #89

wants to merge 7 commits into from

Commits on Oct 11, 2023

  1. add lb rule to distribute traffic on the follower target group

    By default it is evenly distributed on <=4 followers
    But an uneven weight is more desirable, such as 10,20,30,40
    So that followers restart at different time due to fcs mem leak
    FuhuXia committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0cf7854 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. list -> array

    FuhuXia committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1020bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24c215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    947b9aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bdcf9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c910b3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f08593 View commit details
    Browse the repository at this point in the history