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

santad: Bump QoS of notify handling queue #1342

Merged
merged 4 commits into from
May 9, 2024

Commits on May 9, 2024

  1. santad: Bump QoS of notify handling queue

    The use of the background queue is a historical artifact from when Santa had its own kernel extension with separate in-kernel queues for processing AUTH & NOTIFY type events. With the move to ES and the larger number of event types that we now notify on, running at the background QoS carries a small risk that the thread processing these events is not given a chance to run often enough that the queue grows and increases memory usage.
    russellhancox committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7758ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8af61a View commit details
    Browse the repository at this point in the history
  3. Fix lint

    russellhancox committed May 9, 2024
    Configuration menu
    Copy the full SHA
    772850b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba6059 View commit details
    Browse the repository at this point in the history