doccaz / scc-tools

A set of simple tools to interact with SUSE Customer Center (SCC)
MIT License
13 stars 1 forks source link

Treat HTTP error 429 properly #20

Closed doccaz closed 2 years ago

doccaz commented 2 years ago

HTTP error 429 is "Too many requests". It needs to be added to the retry_states list so it can be properly managed.

doccaz commented 2 years ago

Done.