Alex Guziel created AIRFLOW-6730:
------------------------------------
Summary: is_alive uses seconds and not total_seconds
Key: AIRFLOW-6730
URL: https://issues.apache.org/jira/browse/AIRFLOW-6730
Project: Apache Airflow
Issue Type: Bug
Components: core
Affects Versions: 1.10.4
Reporter: Alex Guziel
Assignee: Alex Guziel
Fix For: 2.0.0, 1.10.8, master, 1.10.9
Example:
timedelta(days=1).seconds = 0
timedelta(days=1).total_seconds() = 86400
--
This message was sent by Atlassian Jira
(v8.3.4#803005)