karenbraganz commented on issue #44893: URL: https://github.com/apache/airflow/issues/44893#issuecomment-2558306645
@nathadfield You're right- timeouts are probably not a good application for retries. I thought that all failures including intermittent failures would result in the task getting skipped even when retries are set. After reviewing the code and running a few tests to see if this applies to intermittent issues (by deliberately getting tasks stuck in queued and failing), it seems this isn't the case. When the task got stuck in queued and failed, it was able to retry. -- 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]
