AutomationDev85 commented on code in PR #56875:
URL: https://github.com/apache/airflow/pull/56875#discussion_r2447409326
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/triggers/pod.py:
##########
@@ -110,11 +113,12 @@ def __init__(
self.get_logs = get_logs
self.startup_timeout = startup_timeout
self.startup_check_interval = startup_check_interval
+ # New parameter startup_timeout_seconds adds breaking change, to
handle this as smooth as possible just reuse startup time
Review Comment:
This is a good catch. I will change the implementation as the
KubernetesPodTriggerer is only used by the KubernetesPodOperator.
--
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]