Comment 10 for bug 1837426

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/677043
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=bc62558b3767112520b6578cc312bfe17f807b93
Submitter: Zuul
Branch: master

commit bc62558b3767112520b6578cc312bfe17f807b93
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/677041
    Change-Id: Ie8eea35b9ed268f4156d1cdc884a6d5004e87018
    Signed-off-by: Gerry Kopec <email address hidden>