Yuval
Yuval

Reputation: 844

cannot communicate with function. Function invocation was interrupted. in Firebase

I have a cloud function running in GCP with Firebase. The function is very simple and storing some data in Firestore.

I see in the logs the following error: Error: cannot communicate with function. Function invocation was interrupted.

It happens in less than 1% of the requests, but I can't understand why they're happening.

Upvotes: 9

Views: 1726

Answers (1)

CDichter
CDichter

Reputation: 138

When people (@doug-stevenson) are tempted to answer that we shouldn't be asking service questions, please remember that we're posting here because we don't know that. We assume it is an error in our code or configuration.

Upvotes: 13

Related Questions