aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

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

Open rafidka opened 3 months ago

rafidka commented 3 months ago

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

Additional Info

N/A