vincbeck commented on code in PR #39650:
URL: https://github.com/apache/airflow/pull/39650#discussion_r1602141167


##########
airflow/task/task_runner/standard_task_runner.py:
##########
@@ -53,6 +55,11 @@ def start(self):
         else:
             self.process = self._start_by_exec()
 
+        if self.process:

Review Comment:
   We could, I am not a big fan of creating new configuration/flag because it 
adds complexity but I also understand that some users do not want/need that. 
Maybe others have some thought?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to