0

I have several Cloud Functions running with Google Cloud that interact with Firebase.

All but one of the functions are working normally, reading and writing to Firebase. The one function gets an error:

Total timeout of API google.firestore.v1.Firestore exceeded 60000 milliseconds before any response...

I checked the section for errors and logs. There's no indication of a problem, or nothing descriptive at least. The first time I saw this error several days ago, I resolved by linking a billing account, just based on a guess. How can I troubleshoot this issue now?

enter image description here?

user2827214
  • 1,191
  • 1
  • 13
  • 32
  • If the problem was resolved by linking a billing account and now the problem has returned, my guess is that you have a payment problem. Go to your payments account and check for a payment issue. – John Hanley May 31 '23 at 02:40
  • @JohnHanley Thanks, but no billing issue exists. The first issue was just going from free to paid. Right now, 7/8 of the cloud functions read/write to firestore successfully, but the 8th function was stuck for ~4 hours and is now working again (with no billing changes this time) – user2827214 May 31 '23 at 02:46
  • From above conversation, I believe your issue is resolved. If yes, can you post your solution as answer? So that it helps others too. – Roopa M May 31 '23 at 07:28
  • @RoopaM I did not solve the problem, it resolved on its own. The question is about how to debug such occurrences, so I will still wait for advice. – user2827214 May 31 '23 at 17:49
  • 1
    I hope your question is answered [here](https://www.googlecloudcommunity.com/gc/Serverless/How-to-troubleshoot-Firestore-quot-Total-timeout-quot-from/m-p/598447) and also have a look at [this document](https://cloud.google.com/knowledge/kb/firestore-datastore-requests-terminated-within-60-seconds-despite-timeout-value-configured-to-be-greater-than-60-seconds-000004805) – Roopa M Jun 01 '23 at 06:42

0 Answers0