TDLR: run the following line in a new Go routine:
|
p.resolveTableDfs(ctx, relation, client, resource, resolvedResources) |
so relations are resolved in parallel instead of synchronously.
We should limit the number of Go routines based on the Concurrency configuration