AyushkhatiDev commented on code in PR #71528:
URL: https://github.com/apache/airflow/pull/71528#discussion_r3794023110


##########
providers/google/src/airflow/providers/google/cloud/operators/kubernetes_engine.py:
##########
@@ -799,6 +800,25 @@ def invoke_defer_method(
         on_finish_action = self.on_finish_action
         if type(on_finish_action) is str and self.on_finish_action not in 
[i.value for i in OnFinishAction]:
             on_finish_action = self.on_finish_action.split(".")[-1].lower()  # 
type: ignore[assignment]
+
+        # Translate ``execution_timeout`` into an absolute deadline plumbed to

Review Comment:
   Thanks! I've reduced the comments to focus on the reasoning rather than 
restating the implementation. The changes are pushed in the latest commit.



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