dirrao commented on code in PR #38075:
URL: https://github.com/apache/airflow/pull/38075#discussion_r1521755359
##########
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:
Can we increase this (5/10 seconds) to avoid to reduce the number of calls
to K8 API server?
--
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]