Hi, I am trying to download the table azure_consumption_subscription_legacy_usage_details but I keep getting an error:
azure_consumption_subscription_legacy_usage_details
RESPONSE 429: 429 Too Many Requests
This happens because it makes the calls for each billing period separately. What can I do?
Hi @helping-crawdad,
You could try setting concurrency to a lower level via the Azure plugin spec. For example, try with:
concurrency
concurrency: 1
See more in the CloudQuery Azure Configuration Documentation.
If that doesn’t work, can you open a bug report via GitHub Issues? Maybe there’s something we can do to optimize the table further or filter the results.
I’m encountering 429 errors with azure_consumption_subscription_legacy_usage_details.
429