EmAchieng / azure-networking-management

0 stars 0 forks source link

No Retry Logic for API Calls #12

Closed EmAchieng closed 1 day ago

EmAchieng commented 1 week ago

Description: If an Azure API call fails due to a transient issue (network issues, throttling), the script will not retry the operation.

Possible Fix: Introduce retry logic with exponential backoff for all Azure API calls. eg tenacity library