potiuk commented on code in PR #30571:
URL: https://github.com/apache/airflow/pull/30571#discussion_r1174399124
##########
airflow/sensors/base.py:
##########
@@ -251,7 +251,7 @@ def run_duration() -> float:
raise AirflowRescheduleException(reschedule_date)
else:
time.sleep(self._get_next_poke_interval(started_at,
run_duration, try_number))
- try_number += 1
+ try_number += 1
Review Comment:
Yes. This solution is by far not complete. I will close the PR - we have few
others including #30669 from @hussein-awala and related issue as well. #18080
I beleive (correct me if I am wrong @hussein-awala @uranusjr ) but we are
converging on the need to add a new entity to keep try_nums ?).
--
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]