-
Notifications
You must be signed in to change notification settings - Fork 550
Default gRPC max buffer size too small #4834
Copy link
Copy link
Closed
Description
Describe the Bug
Running a sync on a fair sized organisation, I get this error:
"Error: failed to sync source aws: failed to fetch resources from stream: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (9090474 vs. 4194304)"
Suggest the gRPC default max buffer size is either exposed as a parameter or raised to e.g. 100mb
Expected Behavior
No resource limit encountered
CloudQuery Version
cloudquery version 2.0.18
Debug Output
It is huge - let me know if it is needed
"Error: failed to sync source aws: failed to fetch resources from stream: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (9090474 vs. 4194304)"
Steps to Reproduce
cloudquery sync .
Additional Context
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels