casra-developers commented on a change in pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#discussion_r651467469
##########
File path: airflow/task/task_runner/base_task_runner.py
##########
@@ -141,7 +143,7 @@ def run_command(self, run_with=None):
universal_newlines=True,
close_fds=True,
env=os.environ.copy(),
- preexec_fn=os.setsid,
+ start_new_session=True
Review comment:
Has been added again. Tests on a Windows-System show that this works
fine.
--
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]