pickware / scs-commander

A CLI tool for managing plugins in the Shopware Community Store.
MIT License
13 stars 2 forks source link

Add retry interceptor to work around 429 HTTP errors #10

Closed felixbrucker closed 6 years ago

felixbrucker commented 6 years ago

This PR will add a retry interceptor to constantly retry failed requests with HTTP error code 429 after 5 seconds each. Additionally a default timeout of generous 2 minutes has been added so no request is stuck forever.