CloudQuery concurrency spec parameter behavior with Azure API calls

Hi, quick question regarding the concurrency spec parameter using the Azure plugin.

When syncing only one subscription and two tables with a relation (for instance, azure_storage_accounts and azure_storage_containers), does the concurrency spec parameter matter? If I have 100 StorageAccounts, and concurrency=100, will it make 100 API calls concurrently to azure_storage_containers?

Hi! I’m not sure on top of my head, but I think it has some tree-like/logarithm algorithm that spreads those 100 across the max depth of resources. So, probably, it’s something like 80 concurrent calls for the top level and 20 concurrent calls for the child tables.