Related to https://github.com/cloudquery/cloudquery/issues/6070. The above issue can happen when we send too much data in a single request. Possible solutions: 1. Retry the request with a smaller amount of resources 2. Monitor request size in bytes, and split it before it gets over the limit