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
We recently had this issue where the CosmosDB query length limit exceeded.
To fix this, we had to write our own wrapper to set the maxBatchSize option to limit the number of request that get queued into one batch request, as we currently can't set this option in apollo-datasource-cosmosdb.
We recently had this issue where the CosmosDB query length limit exceeded.
To fix this, we had to write our own wrapper to set the
maxBatchSize
option to limit the number of request that get queued into one batch request, as we currently can't set this option in apollo-datasource-cosmosdb.Is it possible to add the ability to set the Dataloader options?
For example:
The text was updated successfully, but these errors were encountered: