jedcunningham commented on issue #11982: URL: https://github.com/apache/airflow/issues/11982#issuecomment-772933410
LocalExecutor behaves differently with that change as it gets stuck on `self.queue.join()`: https://github.com/apache/airflow/blob/master/airflow/executors/local_executor.py#L338 So I guess is waiting for the running tasks to finish the desired behavior or not? ---------------------------------------------------------------- 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]
