FAQ | This is a LIVE service | Changelog

Skip to content

Resolves "Add retry and exponential back-off to the Google Drive API calls when changing drive permissions"

Mike Bamford requested to merge 36-retry-and-back-off into master

Checks for 'Rate Limit Exceeded' errors when updating the permissions of college shared drive. If they occur, the failed operation are retried with an exponential back-off. This is complicated by the permission updates being sent in batches. Any the failed operations in a batch are re-appended to the operations list to be re-sent.

closes https://gitlab.developers.cam.ac.uk/uis/devops/digital-admissions/applicant-document-management-service/-/issues/36

Edited by Mike Bamford

Merge request reports