dirrao commented on code in PR #36882:
URL: https://github.com/apache/airflow/pull/36882#discussion_r1470762084


##########
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:
   All errors except (400, 404 and 422) will go for retry based on 
task_publish_max_retries configuration. 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to