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/03/01 09:23:14 UTC

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

potiuk commented on pull request #21852:
URL: https://github.com/apache/airflow/pull/21852#issuecomment-1055204537


   > If I am the API endpoint’s maintainer, I would ver much prefer if a client _does not_ retry if I tell them 429, at least not before my specified `Retry-After`. 429 tells you to stop, not to try harder.
   
   Exponential backoff we use for that is actually the best of both worlds. It does not stop, but it also decreases the pressure. 


-- 
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