You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/15 15:37:54 UTC

[GitHub] [airflow] wyndhblb commented on issue #13086: max_retry_delay should be a timedelta for type hinting

wyndhblb commented on issue #13086:
URL: https://github.com/apache/airflow/issues/13086#issuecomment-745372195


   there's another issue i'm working out as well (just found this while investigating that one).  even if the max_retry_delay is really a "timedelta" as defined in the task definition
   
   it seems that https://github.com/apache/airflow/blob/master/airflow/models/taskinstance.py#L880 has it as a "float" (and thus the `min` fails).


----------------------------------------------------------------
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:
users@infra.apache.org