ashb opened a new pull request #10706:
URL: https://github.com/apache/airflow/pull/10706
It could have wedged, (but the process still be alive) and we would
never notice.
In this I use `time.monotonic` rather than a `datetime` object for two
reasons:
1. We don't need the expense of a "full" date time object since all we
care about is the second diff between two points in time.
2. It is "more correct" as `datetime.now()` would be inaccurate if the
system clock changes (NTP etc.)
----------------------------------------------------------------
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]