EmAchieng / azure-networking-management

0 stars 0 forks source link

No Handling for Rate-Limiting #17

Closed EmAchieng closed 1 month ago

EmAchieng commented 1 month ago

Description: The script does not account for Azure rate-limiting. If too many requests are made in a short period, the API may reject some.

Possible Fix: Implement handling for rate-limiting, such as checking for HTTP 429 responses and pausing before retrying.