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

[21.05] fix rabbitmq user updates for sensu #1091

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. sensu: fix rabbitmq user updates

    Due to performance reasons we did not always change the passwords,
    only for new users.
    
    This caused inconsistencies more often than we can tolerate.
    
    This now fixes it properly by parallelizing the updates, limiting to
    CPU_COUNT-1 and also deleting superfluous users.
    
    Fixes PL-132945
    ctheune committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ac291d5 View commit details
    Browse the repository at this point in the history