ephraimbuddy opened a new pull request, #48004:
URL: https://github.com/apache/airflow/pull/48004

   We currently use Psutil's create_time for process start time, which gives a 
different time than the time we use to check process duration(which comes from 
time.monotonic). This leads to the processor timing out after a while due to 
the large (false)difference in time recorded, especially when the laptop is 
hibernated. Process time should not depend on the system's time clock, and I 
guess that's what happened here.
   
   Closes: #47937, Closes: #47294
   


-- 
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]

Reply via email to