uranusjr commented on code in PR #29935:
URL: https://github.com/apache/airflow/pull/29935#discussion_r1130545179


##########
airflow/jobs/local_task_job.py:
##########
@@ -264,6 +264,9 @@ def heartbeat_callback(self, session=None):
                 same_process = recorded_pid == current_pid
 
             if not IS_WINDOWS and recorded_pid is not None and not 
same_process:
+                # On windows this sometimes does not work properly as the 
system seems to change

Review Comment:
   ```suggestion
                   # On Windows this sometimes does not work properly as the 
system seems to change
   ```



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