Skip to content

Commit

Permalink
Merge branch '4gust/mi-retry-policy' of https://github.com/AzureAD/mi…
Browse files Browse the repository at this point in the history
…crosoft-authentication-library-for-go into 4gust/mi-retry-policy
  • Loading branch information
4gust committed Nov 21, 2024
2 parents 73fda09 + 1cd9908 commit 33386f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/managedidentity/managedidentity.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ var retryStatusCodes = []int{
http.StatusRequestTimeout, // 408
http.StatusTooManyRequests, // 429
http.StatusInternalServerError, // 500
http.StatusBadGateway, // 502
http.StatusServiceUnavailable, // 503
http.StatusGatewayTimeout, // 504
}
Expand Down

0 comments on commit 33386f0

Please sign in to comment.