mik-laj edited a comment on pull request #6627:
URL: https://github.com/apache/airflow/pull/6627#issuecomment-640178886


   If anyone has problems with this change, they can use this code to disable 
this change.
   MacOS
   ```bash
   sed -i '' "s/CAN_FORK = /CAN_FORK = False # /" $(python -c "from 
airflow.task.task_runner import standard_task_runner; 
print(standard_task_runner.__file__)")
   ```
   Debian
   ```bash
   sed -i "s/CAN_FORK = /CAN_FORK = False # /" $(python -c "from 
airflow.task.task_runner import standard_task_runner; 
print(standard_task_runner.__file__)")
   ```


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