shubham22 commented on code in PR #39650:
URL: https://github.com/apache/airflow/pull/39650#discussion_r1602212511
##########
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:
I think we should just go with always enabled, until and unless there are
major concerns from community members/users here. If concerns are raised later,
we can always add a flag at that time.
--
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]