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
There are situations where users would like to be able to send a batch request to minimize network roundtrips. The two types of requests that come to mind:
Sending rate limit requests for more than 1 domain/key/value tuples.
Sending rate limit requests for the same domain/key/value treated as if they were separate requests. There is no work around for this with the current API because summing requests could potentially put you over limit for the entire batch.
The text was updated successfully, but these errors were encountered:
where the order of the responses matches the order of the requests. There are fields that can probably be pulled out of the inner message onto the top-level message and coalesced (e.g. response_headers_to_add) but otherwise this would achieve the goal.
There are situations where users would like to be able to send a batch request to minimize network roundtrips. The two types of requests that come to mind:
The text was updated successfully, but these errors were encountered: