dgdelahera commented on PR #23450: URL: https://github.com/apache/airflow/pull/23450#issuecomment-1122230634
Hi @jedcunningham. Following your suggestion to watch the `base` container, I have updated the PR. Now I think we are keeping it simple. In addition, I think that we can just check if the container is not running, because that implies that the container is in a terminated state. According to the [documentation](https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ContainerStateWaiting.md), there are three different states, and if the container is in a running state it can only move to the terminated state. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
