dirrao commented on code in PR #36882:
URL: https://github.com/apache/airflow/pull/36882#discussion_r1477173486
##########
airflow/providers/cncf/kubernetes/provider.yaml:
##########
@@ -350,6 +350,15 @@ config:
type: string
example: ~
default: ""
+ task_publish_max_retries:
+ description: |
+ The Maximum number of retries for queuing the task to the kubernetes
scheduler when
+ failing due to Kube API transient errors before giving up and
marking task as failed.
Review Comment:
I have addressed the review comments.
--
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]