[
https://issues.apache.org/jira/browse/AIRFLOW-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16530560#comment-16530560
]
Victor Jimenez commented on AIRFLOW-2709:
-----------------------------------------
Created a PR to implement this issue:
https://github.com/apache/incubator-airflow/pull/3570
> Add sleep time to retry logic in Databricks hook
> ------------------------------------------------
>
> Key: AIRFLOW-2709
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2709
> Project: Apache Airflow
> Issue Type: Improvement
> Components: contrib, hooks
> Reporter: Victor Jimenez
> Priority: Major
>
> Databricks hook contains retry logic. Yet, it does not support sleeping for
> some time between requests. This creates a problem in some circumstances when
> Databricks returns a temporarily unavailable error.
> This error typically resolves after a few seconds. Adding support for
> sleeping between retry attempts would really help to enhance the reliability
> of Databricks operations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)