1

The following code works 99% of the time, but every once in a while fails with this rather generic error:

"GoogleJsonResponseException: Backend Error at warmCache (WarmCache:225)"

var page = AdminDirectory.Groups.list(
{
  customer:   'my_customer',
  maxResults: 30,
  pageToken:  pageToken
});

Has anybody else seen this?

Thanks for any tips or pointers.

tehhowch
  • 9,645
  • 4
  • 24
  • 42
Scott
  • 477
  • 4
  • 20
  • I don't have a direct answer for your question, but I think reading the [SO post](https://stackoverflow.com/questions/22756092/what-does-it-mean-by-cold-cache-and-warm-cache-concept/22756972) for the topic of warm cache could help you understand the error. – MαπμQμαπkγVπ.0 Aug 28 '18 at 09:51
  • Thanks, but I am pretty comfortable with my caching logic. I just wonder why the AdminDirectory call fails seemingly for no reason. – Scott Aug 28 '18 at 13:08

0 Answers0