Skip to content

Commit

Permalink
Merge pull request #4 from visiativ-agora/Fix-last-merge
Browse files Browse the repository at this point in the history
Fix last merge
  • Loading branch information
PaulPowershell authored Jul 12, 2024
2 parents 4e5ed79 + 01f6480 commit 60758fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metrics_azurerm_costs.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ func (m *MetricsCollectorAzureRmCosts) sendCostQuery(ctx context.Context, logger
if err != nil {
// If we encounter a rate limit error, retry after the specified delay.
if strings.Contains(err.Error(), "received 429 Too Many Requests") {
logger.Infoln("Encountered rate limit error. Retrying after the specified delay of %d seconds.", retryAfter)
continue
}
return result, err
Expand Down

0 comments on commit 60758fc

Please sign in to comment.