Cloud function for Firebase error function out of scope

I just saw this error for one of the executions of a cloud function

Function killed. Error: function crashed out of request scope

There are no other supporting logs with additional information about the Firebase Log Console, and I could not find more information about this error on the Internet. I already discussed funtion for which I received this error in detail in this question . I have a couple of questions.

  • What does this error mean? Is there any way to get more information about this error. I tried to find the logs in the Google Cloud console for this feature, but did not find anything extra.
  • Is there a way to set alerts when such errors occur or timeoutto execute a function?
  • When I look at the details of this feature on the Google Cloud console, it still says that no errors were reported for this 7 days. The above error occurred at least once for this function, and this function has also been disabled several times in the last 7 days. Are such events not considered error events for a function?
+4
source share

Source: https://habr.com/ru/post/1674267/


All Articles