hussein-awala commented on issue #30289: URL: https://github.com/apache/airflow/issues/30289#issuecomment-1485856674
On each retry, we reset the `execution_timeout` for task instances (including sensors) and the timeout for sensors. I think it can be solved if we add a new parameter `retries_execution_timeout` for BaseOperator, which considers the start_date of the first retry instead of the start_date of the current retry, and which we reset after clearing the state. WDYT? -- 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]
