ferruzzi commented on code in PR #37264:
URL: https://github.com/apache/airflow/pull/37264#discussion_r1484701756


##########
airflow/executors/base_executor.py:
##########
@@ -134,6 +135,9 @@ def __repr__(self):
     def start(self):  # pragma: no cover
         """Executors may need to get things started."""
 
+    def check_health(self, verbose: bool = True):

Review Comment:
   Are you thinking the method should just return the bool directly?



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