noamst-monday commented on code in PR #70595:
URL: https://github.com/apache/airflow/pull/70595#discussion_r3666495704


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/cli/definition.py:
##########
@@ -68,6 +68,19 @@
     ),
 )
 
+ARG_MIN_COMPLETED_MINUTES = Arg(
+    ("--min-completed-minutes",),
+    default=0,

Review Comment:
   Do we want a different default here? Maybe allow >3 seconds grace by default 
to be safe from KPO polling interval?



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