How to correct the following error message?
2021-07-19 07:07:25 | Error | Google.Apis.Requests.RequestError
Quota exceeded for quota metric 'Critical read requests (Contact and Profile Reads)' and limit 'Critical read requests (Contact and Profile Reads) per minute per user' of service 'people.googleapis.com' for consumer 'project_number:190452308901'. [429]
Errors [
Message[Quota exceeded for quota metric 'Critical read requests (Contact and Profile Reads)' and limit 'Critical read requests (Contact and Profile Reads) per minute per user' of service 'people.googleapis.com' for consumer 'project_number:190452308901'.] Location[ - ] Reason[rateLimitExceeded] Domain[global]
]
Is it working again after waiting for some hours? this is a limit coming from Google, we could request more quota, but Google is very restrictive with it (just recently I asked for increase and got only half of the requested one).
We can also implement a so called Exponential Backoff, which has been started already by Obelix, so I would like to let him apply this method also to the retry mechanism
@Obelix: Can you help here?
I have the same problem, interested in following the resolution
Last edit: Alvaro Gil 2021-07-24
Obelix has Implemented Exponential Backoff and we changed the sync interval to hourly (instead of minutely), this should fix this problem.