You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2020/03/17 18:57:00 UTC

[jira] [Resolved] (AIRFLOW-6730) is_alive uses seconds and not total_seconds

     [ https://issues.apache.org/jira/browse/AIRFLOW-6730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-6730.
---------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 2.0.0, 1.10.10
>
>
> Example:
> timedelta(days=1).seconds = 0
> timedelta(days=1).total_seconds() = 86400



--
This message was sent by Atlassian Jira
(v8.3.4#803005)