ashb commented on a change in pull request #9363:
URL: https://github.com/apache/airflow/pull/9363#discussion_r444833072



##########
File path: airflow/task/task_runner/standard_task_runner.py
##########
@@ -16,16 +16,17 @@
 # specific language governing permissions and limitations
 # under the License.
 """Standard task runner"""
-
+import logging
 import os
 
 import psutil
 from setproctitle import setproctitle  # pylint: disable=no-name-in-module
 
 from airflow.task.task_runner.base_task_runner import BaseTaskRunner
+from airflow.utils.log.file_task_handler import FileTaskHandler
 from airflow.utils.process_utils import reap_process_group
 
-CAN_FORK = hasattr(os, 'fork')
+CAN_FORK = True

Review comment:
       Don't think you want this change, do you?




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


Reply via email to