FAQ | This is a LIVE service | Changelog

Skip to content

Add logging of Google API batch request progress

Dave Hart requested to merge 26-add-gapi-progress-logging into master

We often need to call the Google API with large numbers of requests (thousands), so the API is called with batches of requests. Quota limits are often hit, so logging when an individual batch has completed gives confidence that progress is being made. This commit adds this logging.

Closes #26 (closed)

Merge request reports