You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/27 17:37:23 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #21852: Databricks hook - retry on HTTP Status 429 as well

potiuk edited a comment on pull request #21852:
URL: https://github.com/apache/airflow/pull/21852#issuecomment-1053625334


   Don't you think this should have exponential back-off on 429 (at the very least but also 500 IMHO). This is highly likely that you will only increase the problem with retrying with fixed retry_delay. We use tenacity for similar cases in other places - so maybe you should change it too @alexott to follow the same pattern ?


-- 
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-unsubscribe@airflow.apache.org

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