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

Restart the Airflow container if the DB health condition repeatedly fails #75

Open
rafidka opened this issue Jun 13, 2024 · 0 comments
Open

Comments

@rafidka
Copy link
Contributor

rafidka commented Jun 13, 2024

Overview

We want to make our AirflowDbReachableCondition result in a container restart if the DB is consistently unreachable. This could be useful if the result if the result of the DB connectivity issue is related to the container, and restarting it would help.

Acceptance Criteria

  • The restart should NOT happen immediately after the DB becomes unreachable, to avoid unnecessary restarts.
    • Decide on a reasonable grace period.
  • After consistently failing, the container should be terminated.

Additional Info

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant