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 Sender.queue_size limits #230

Merged
merged 10 commits into from
Feb 1, 2022
Merged

Add Sender.queue_size limits #230

merged 10 commits into from
Feb 1, 2022

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    d3902ff View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Count Sender.queue_size in messages, not bytes

    And remove use of a Mutex.  This is a "soft" limit, so just examining
    the queue length is sufficient.
    djmitche committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    c51c2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f95a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d62d1 View commit details
    Browse the repository at this point in the history
  4. add dropped_queue telemetry

    djmitche committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    44cff4e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    8dae15e View commit details
    Browse the repository at this point in the history
  2. add tests for queue_size

    djmitche committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f96c913 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    e51929b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    1cb07a6 View commit details
    Browse the repository at this point in the history
  2. Simplify allocation test

    djmitche committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    a528562 View commit details
    Browse the repository at this point in the history