bolkedebruin commented on a change in pull request #3740: [AIRFLOW-2888] Remove shell=True and bash from task launch URL: https://github.com/apache/incubator-airflow/pull/3740#discussion_r210071170
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -140,7 +140,7 @@ donot_pickle = False dagbag_import_timeout = 30 # The class to use for running task instances in a subprocess -task_runner = BashTaskRunner +task_runner = StandardTaskRunner Review comment: Ah yes, that behavior grrrmbl ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
