I have several Cloud Functions running that interact with Firebase.
All are working normally, reading and writing to Firebase, except one which consistently started getting the 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. How can I troubleshoot this issue?
Update: memory usage started climbing right when the issue started, lasted about 4 hours (logging the above error the whole time), hit an OOM error at 100%, and now the cloud function has resumed successfully. But I am no better off without any information as to what happened. What can I do?
Hi @richgcloud,
Welcome to the Google Cloud Community!
Let me know if it helped, thanks!