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

Don't start every MetricsCollectorWorker #19683

Merged

Commits on Jan 3, 2020

  1. Don't start every MetricsCollectorWorker

    Fix the `#workers` method for any worker that includes the
    PerEmsTypeWorkerMixin (aka just the MetricsCollectorWorkers).
    
    This was setting an instance variable `@workers` but this wasn't
    actually being called so the ivar was never set up.  This led to every
    metrics collector worker for every EMS type to be started if the role
    was enabled.
    agrare committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    5cb0e6b View commit details
    Browse the repository at this point in the history