mik-laj commented on issue #7584: [AIRFLOW-6956] Extract kill_child_processes_by_pids from DagFileProcessorManager URL: https://github.com/apache/airflow/pull/7584#issuecomment-592989174 Do you have any specific example? Many operations are available via a nice API in the psutil library. Some operations have system APIs, e.g. os.kill, so they don't have to be in utils. I found one function - `reap_process_group` that could be moved to this module and I will try to do it in a separate PR.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
