aws / amazon-mwaa-docker-images

Apache License 2.0
27 stars 11 forks source link

Health Check Scripts #16

Closed rafidka closed 5 months ago

rafidka commented 10 months ago

Overview

We need to implement a unified health check script that can be used to assess the health of the container, e.g. via Docker Compose on Fargate. It doesn't have to have sophisticated health check mechanism at this point, just something simple (e.g. confirming the airflow process is running) so that we can build on it later.

Acceptance Criteria