cisco-en-programmability / dnacentersdk

Cisco DNA Center Python SDK
https://dnacentersdk.readthedocs.io/en/latest/
MIT License
70 stars 31 forks source link

Max Rate Limit Retry #123

Open DylanNguyenGit opened 10 months ago

DylanNguyenGit commented 10 months ago

The objective of the retry limit is done to ensure the lack of a infinite loop while trying to handle rate limit. Recent issues involving shared credentials spamming a dnac brought this about. This pr also removes an exception that was redundant as IOError is an alias for OSError as is socket.error.