Reproduction of the concurrency behavior for child relation tables:
- if items are added all at once, the concurrency for the child table is up to 5 (which is configurable here I believe)
- if items are added one by one, the child relation is processed one by one
- Clone this repo
- Run jaeger tracing as decribed in the cloudquery documentation
- Run
go build . && cloudquery sync . - Navigate to http://localhost:16686/search?service=cloudquery-concurrency-childtable-example and click
Find traces
Tested with Cloudquery cli v6.3.0
