hussein-awala commented on code in PR #33976:
URL: https://github.com/apache/airflow/pull/33976#discussion_r1313592656


##########
airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -373,8 +373,8 @@ def sync(self) -> None:
                         self.result_queue.put(results)
                 finally:
                     self.result_queue.task_done()
-            except Empty:
-                break
+        except Empty:
+            pass

Review Comment:
   Yes! But I reverted the changes in this file, because the PR should change 
only GCP provider.



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