Taragolis commented on PR #28990:
URL: https://github.com/apache/airflow/pull/28990#issuecomment-1396890991

   Seems like now as much stable as match possible.
   I add different combination for create separate process which spawn 
LocalTaskJob:
   * fork
   * fork daemonized
   * spawn
   * spawn daemonized
   
   Even if we does not  intend to use spawn ( think we still use spawn on macOS 
when create processes in LocalExecutor) it is run this test 4 times rather then 
1 which might help to find any unexpected behaviour during runs during this PR.
   
   A bit later I rebase all PR to current main and check again. 
   


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