kaxil commented on code in PR #48193:
URL: https://github.com/apache/airflow/pull/48193#discussion_r2010732232


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -361,6 +363,29 @@ def get_relevant_upstream_map_indexes(
         # TODO: Implement this method
         return None
 
+    def get_first_reschedule_date(self, try_number: int) -> datetime | None:

Review Comment:
   To get duration for `timeouts` and to get `next_poll_interval`
   
   
https://github.com/apache/airflow/blob/b8b6c594ba3fbd03b24c6e8df6c708c2901041d2/airflow-core/src/airflow/sensors/base.py#L205-L213
   



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to