trinodb / trino-python-client

Python client for Trino
Apache License 2.0
307 stars 150 forks source link

Add retry on 429 error code #455

Open hovaesco opened 4 months ago

hovaesco commented 4 months ago

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`)
electrum commented 4 months ago

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

There is a standard Retry-After header.