hussein-awala opened a new pull request, #30669: URL: https://github.com/apache/airflow/pull/30669
closes: #30552 closes: #30572 related: #18080 (it may close it too, I'll check before merging) closes: #15645 --- This PR aims to address two interrelated issues: - The first issue involves the TI start_date in rescheduled sensors, which gets erroneously updated in each new poke. - The second issue relates to the confusion between the try number (TI try number) and the sensor poke number in the same TI retry. Currently, we are utilizing the `try_number` to compute the `next_poke_interval`, which has an impact on the new `reschedule_date`. Although the two issues are closely linked, we may choose to divide them into separate pull requests based on the final implementation. I will fix the unit tests, add new tests and add the migration scripts for the new column(s) once everything works as expected in my test dag. -- 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]
