trino-python-client icon indicating copy to clipboard operation
trino-python-client copied to clipboard

Add retry on 429 error code

Open hovaesco opened this issue 11 months ago • 1 comments

Description

Add retry on 429 error code

Non-technical explanation

Release notes

( ) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required, please propose a release note for me. ( ) Release notes are required, with the following suggested text:

* Fix some things. ({issue}`issuenumber`)

hovaesco avatar Mar 01 '24 15:03 hovaesco

This behavior needs to be specified in https://trino.io/docs/current/develop/client-protocol.html

There is a standard Retry-After header.

electrum avatar Mar 01 '24 16:03 electrum