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

fix: replace pgbouncer readinessProbe with startupProbe #547

Merged

Conversation

thesuperzapper
Copy link
Member

@thesuperzapper thesuperzapper commented Mar 22, 2022

What issues does your PR fix?

What does your PR do?

  • Replaces the PgBouncer "readinessProbe" with a "startupProbe" to prevent intermittent socket failures causing the "livenessProbe" to fail:
  • Added the following values:
    • pgbouncer.startupProbe.enabled (default: true)
    • pgbouncer.startupProbe.initialDelaySeconds (default: 5)
    • pgbouncer.startupProbe.periodSeconds (default: 10)
    • pgbouncer.startupProbe.timeoutSeconds (default: 15)
    • pgbouncer.startupProbe.failureThreshold (default: 30)

Checklist

For all Pull Requests

For releasing ONLY

@thesuperzapper thesuperzapper added this to the airflow-8.6.0 milestone Mar 22, 2022
@thesuperzapper thesuperzapper added this to Unsorted in Issue Triage and PR Tracking via automation Mar 22, 2022
@thesuperzapper thesuperzapper moved this from Unsorted to PR | Ready to Merge in Issue Triage and PR Tracking Mar 22, 2022
@thesuperzapper thesuperzapper added the status/ready-to-merge status - this will be merged into next release label Mar 22, 2022
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
@thesuperzapper thesuperzapper merged commit dd6d57f into airflow-helm:main Mar 31, 2022
Issue Triage and PR Tracking automation moved this from PR | Ready to Merge to Done Mar 31, 2022
@thesuperzapper thesuperzapper deleted the pgbouncer-probe-fixes branch March 31, 2022 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/ready-to-merge status - this will be merged into next release
1 participant