jedcunningham commented on issue #14791: URL: https://github.com/apache/airflow/issues/14791#issuecomment-834852680
The DAG was enabled the whole time, right? If the DAG is disabled the dagrun will stay in running. Can you double check you have [enable_tcp_keepalive](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#enable-tcp-keepalive) on? The default changed, but you might have it in your airflow.cfg from before. Do you have the same behavior with other operators (e.g. BashOperator with the same duration sleep), or is it only KubernetesPodOperator? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
