kazanzhy commented on issue #20081: URL: https://github.com/apache/airflow/issues/20081#issuecomment-987343959
I had a similar issue when I've installed Airflow using `pip` on VM. This VM had few hostnames that's why tasks were killed. I fixed it by changing `hostname_callable` in `airflow.cfg` from `socket.getfqdn` to `airflow.utils.net.get_host_ip_address`. -- 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]
