msrathore-db commented on PR #3612:
URL: https://github.com/apache/arrow-adbc/pull/3612#issuecomment-3471449111

   > It seems for other error we are already using exponential backoff, why do 
we need special case for 429? Just change the timeout seems not that valuable 
to me. Does ODBC/JDBC has this special parameter for 429 retry? Just wanna 
understand the context a little bit more.
   
   ODBC has a param for rateLimitRetryTimeout specific to 429. The parameter 
refers to the number of seconds that the connector waits before stopping an 
attempt to retry an operation when the operation receives an HTTP 429 response 
with Retry-After headers.


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

Reply via email to