
--
You received this message because you are subscribed to the Google Groups "Chrome UX Report (Discussions)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chrome-ux-repo...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ux-report/7b5c534c-3807-4298-89d6-4c5163662c0dn%40chromium.org.
You cannot batch 1000 requests as that would require 1000 queries. The rate limiter is set to 150 queries per 60 seconds (as shown on your project Quotas page). The batch API simply wraps all of the HTTP requests that would normally be sent across the network individually, as one request. The downside of batching this way is that you need additional logic to extract all of the results and resend any failures in a retry queue. Batching can also be inefficient depending on your business workflow. If your script goes over the rate limit by one request, then the entire batch receives a 429 error. We’re checking a large amount of requests each day for our clients and opted for single HTTP requests over batch.
Ryan Siddle / Digital Director
ryan....@merj.com
Merj
+44 (0) 2033 222 660 / Ext: #101
9th Floor, 1 Ropemaker Street, London, EC2Y 9HT
merj.com
--
You received this message because you are subscribed to the Google Groups "Chrome UX Report (Discussions)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chrome-ux-repo...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ux-report/7b5c534c-3807-4298-89d6-4c5163662c0dn%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chrome UX Report (Discussions)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
chrome-ux-repo...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ux-report/6fb918e2-fb38-48dd-a991-3b1d289de507n%40chromium.org.