I have played around with the spec.concurrency
and scheduler: "round-robin"
, but I still can’t pass this error 429:
ERR table resolver finished with error error="GET https://management.azure.com/subscriptions/xxx/resourceGroups/rg/providers/Microsoft.Storage/storageAccounts/sa/blobServices/default/containers\n--------------------------------------------------------------------------------\nRESPONSE 429: 429 Too Many Requests\nERROR CODE: TooManyRequests\n--------------------------------------------------------------------------------\n{\n \"error\": {\n \"code\": \"TooManyRequests\",\n \"message\": \"The request is being throttled as the limit has been reached for operation type - List_ObservationWindow_00:05:00. For more information, see - https://aka.ms/srpthrottlinglimits\"\n }\n}\n--------------------------------------------------------------------------------\n" client=subscriptions/xxx module=azure-src table=azure_storage_containers
I read the mentioned document, Azure Subscription Service Limits. I do see the list limits on storage accounts: only 100 per 5 minutes.
Storage account management operations (list) - 100 per 5 minutes
How can I adjust the source configuration to pass this issue?