steveahnahn commented on PR #56866: URL: https://github.com/apache/airflow/pull/56866#issuecomment-3523741929
Thanks for the suggestion, I looked into this but retry_exponential_backoff is a Dag operator parameter and not an airflow.cfg configuration setting therefore I think it wouldn't apply here. That said, I did find a bug that was addressed in bc657ea. When converting booleans to floats, float(True) returned 1.0 instead of the original default 2.0 multiplier. This would have completely broken exponential backoff for existing Dags using retry_exponential_backoff=True -- 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]
