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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: RFC #1858 - 2020-04-06 - Automatic rate limit adjustment #2329

Merged
merged 15 commits into from
Apr 30, 2020

Commits on Apr 14, 2020

  1. Initial RFC for automatic limit adjustment

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    106f889 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Improve prior art links

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d310d0f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Add question about jitter

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    24d23cb View commit details
    Browse the repository at this point in the history
  2. Note that increases happen only once per RTT

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4503e03 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    639cb79 View commit details
    Browse the repository at this point in the history
  2. Add note about disabling the dynamic control

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7b08132 View commit details
    Browse the repository at this point in the history
  3. Note that only server failures will cause a decrease

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3d322f1 View commit details
    Browse the repository at this point in the history
  4. "administrator" => "operator"

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    92fa0bb View commit details
    Browse the repository at this point in the history
  5. Rename RFC to note it's request limits being adjusted

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    d960d69 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Make note of desired behavior from this proposal

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    07fae10 View commit details
    Browse the repository at this point in the history
  2. Add planning items

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    20c2167 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Add notes about observability and pseudocode

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6779df3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Change note about concurrency exceeded, add pseudocode for new counter

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    8e44ac6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Add protection against flooding remote servers

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d142eba View commit details
    Browse the repository at this point in the history
  2. Add code for events

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    0feac28 View commit details
    Browse the repository at this point in the history