iameugenejo commented on pull request #14212: URL: https://github.com/apache/airflow/pull/14212#issuecomment-782971311
> > I honestly do not know where this `max_retry_delay` in `timedelta` type gets reassigned as a `float`. so please close this PR if someone finds the code that does that and fix it there as a permanent solution > > Max retry delay is taken from what ever the DAG author puts in their ctor args That's what I thought, and I have every dag with the max_retry_delay set with timedelta value, and the scheduler still fails to start because this value gets converted to float at some point sometimes (not everytime). ---------------------------------------------------------------- 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]
