You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Skip very large gRPC messages, log when it happens (#421)
Context: cloudquery/cloudquery#4834
This change:
- bumps the gRPC max message size from 50MiB to 100MiB
- logs the name of the table to Sentry when we see a message over 50MiB
- logs to the user if we drop a message because it exceeds 100MiB
0 commit comments