pankajastro commented on code in PR #38075:
URL: https://github.com/apache/airflow/pull/38075#discussion_r1521760256
##########
airflow/providers/cncf/kubernetes/triggers/pod.py:
##########
@@ -92,6 +93,7 @@ def __init__(
in_cluster: bool | None = None,
get_logs: bool = True,
startup_timeout: int = 120,
+ startup_check_interval_seconds: int = 1,
Review Comment:
In the operator, the default is set to 1 so I kept the same here. But if
you want I can change it here as well in the operator
--
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]