Ron

Results 14 comments of Ron

Should be fixed in cloudquery/cloudquery#1384

Blocked by https://github.com/aws/aws-sdk/issues/109 Original attempt: https://github.com/cloudquery/cq-provider-aws/pull/150

Yes that makes a lot of sense, we did add it to a few resources that didn't have ARN by default, we do have a helper function that allows you...

WIP cloudquery/cq-provider-aws#124 adding arns to all resources

the default shared memory of a postgres if very small (shared_buffers is by default 128mb) I am assuming the fuzz is inserting a lot of data? + what exactly does...

Yes, in that case it multiplexes 2 x 22 (regions) x #number of resources in parallel. It usually slows down on throttle and backoff from the api

Hi @castaples, thanks for reporting the issue, without inspecting the database its hard to exactly pin point the underlying issue. One assumption could be that we have many dead tuples...

Fixed in https://github.com/cloudquery/cq-provider-sdk/pull/256

Hi @StevenACoffman, I would actually find this PR useful for my project if possible for us to merge this also? I can create a config option that by default that...

Hi, I am implemented #2850, I didn't break the original interface as I didn't want it to cause issues with backwards compatability. Basically, I concluded that not passing if it...