fzylogic commented on a change in pull request #15923:
URL: https://github.com/apache/airflow/pull/15923#discussion_r634606390
##########
File path: airflow/sensors/base.py
##########
@@ -220,7 +221,6 @@ def run_duration() -> float:
nonlocal started_at
return time.monotonic() - started_at
- try_number = 1
Review comment:
I had it running in a docker environment for a few days with no obvious
issues (including some added debugging code to show the behavior of
exponential_fallback was fixed as expected). Logs were all stored together
properly in my environment.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]