phanikumv commented on code in PR #37279:
URL: https://github.com/apache/airflow/pull/37279#discussion_r1485757767
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -203,6 +211,9 @@ class KubernetesPodOperator(BaseOperator):
of KubernetesPodOperator.
:param progress_callback: Callback function for receiving k8s container
logs.
`progress_callback` is deprecated, please use :param `callbacks`
instead.
+ :param logging_interval: max time in seconds that task should be in
deferred state before
Review Comment:
consider adding the `logging_interval` param to the example DAG?
--
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]