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

   While I was fixing Edge Worker bugs I noticed that launched processes in the 
executor/worker always emit warnings in style:
   ```
   DeprecationWarning: This process (pid=NNN) is multi-threaded, use of fork() 
may lead to deadlocks in the child.
   ```
   I assume we are aware in Airflow that this is not a deprecation and the way 
we fork processes is not in danger of deadlock. Therefore I propose to suppress 
the warning. Assuming it is not planned to fix this.
   
   Note proposing to fix it as it also appears in all other executors in 
console, seen in LocalExecutor as well.


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