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

Add scaffolding for pool throttling #2667

Merged
merged 14 commits into from
Jul 15, 2024

Commits on Jul 11, 2024

  1. Add basic rate limiters

    mdaigle committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e55336a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    786572a View commit details
    Browse the repository at this point in the history
  3. Add docs.

    mdaigle committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1a1f96a View commit details
    Browse the repository at this point in the history
  4. Instantiate pooling data source via builder. Set rate limiter based o…

    …n connection string options.
    mdaigle committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6cb8878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    310a598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61cd913 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    394516b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'throttling-scaffolding' of github.com:mdaigle/SqlClient…

    … into throttling-scaffolding
    mdaigle committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b381129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ae6eb View commit details
    Browse the repository at this point in the history
  4. Implement review suggestions.

    mdaigle committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4bbc3f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Implement dispose.

    mdaigle committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c99bdd9 View commit details
    Browse the repository at this point in the history
  2. Dispose next rate limiter.

    mdaigle committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a7f3406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02a74e5 View commit details
    Browse the repository at this point in the history
  4. Address review nits.

    mdaigle committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6ba5e88 View commit details
    Browse the repository at this point in the history