You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/29 14:04:03 UTC

[GitHub] [airflow] kagesenshi commented on pull request #24636: Fix pid check

kagesenshi commented on PR #24636:
URL: https://github.com/apache/airflow/pull/24636#issuecomment-1170023302

   I tried applying this on my 2.2.5 install, 
   
   no improvement on my side. Adding a little print logging of `ti.pid` and `psutil.Process(ti.pid).ppid()` shows that they are both different pids (eg: `t.pid` is 51 and `ppid()` is 48.  I don't think the is due to the recorded_pid is `None` .. 
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org