Comment 15 for bug 1837426

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (r/stx.2.0)

Reviewed: https://review.opendev.org/678054
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=1e4df889928466fc61b8330ada1eade1bb872acb
Submitter: Zuul
Branch: r/stx.2.0

commit 1e4df889928466fc61b8330ada1eade1bb872acb
Author: Gerry Kopec <email address hidden>
Date: Fri Aug 16 15:55:54 2019 -0400

    Increase rabbitmq pod probe period from 10 to 30s

    To reduce cpu usage on platform cores (especially on AIO), reduce the
    frequency of the rabbitmq readiness and liveness probes from every 10s
    to 30s. These probes both run the command "rabbitmqctl status" which
    seems to have significant cpu impact.

    For reference, the platform rabbitmq process status check runs every
    20s.

    Partial-Bug: 1837426
    Depends-On: https://review.opendev.org/#/c/678052
    Change-Id: Ie8eea35b9ed268f4156d1cdc884a6d5004e87018
    Signed-off-by: Gerry Kopec <email address hidden>
    (cherry picked from commit bc62558b3767112520b6578cc312bfe17f807b93)