Alexander Khitev
Alexander Khitev

Reputation: 6841

Cloud function killed. Error: quota exceeded (Socket connections : per 100 seconds). Blaze Plan

We're using Firebase's cloud functions on the Blaze Plan. One cloud function makes resize and compress images from event, then it saves the image in Storage. After getting "socket hang up" error in another function (which also saves the image in Storage), I found the solution to this problem by setting this parameter to reqOpts.forever = false for '@google-cloud/storage', this works well, but I saw in logs new error: "Error: quota exceeded (Socket connections: per 100 seconds)". I read this topic, it says that using the Blaze plan, but we already use it already. How to solve this problem? Thank you

Upvotes: 2

Views: 632

Answers (1)

Alexander Khitev
Alexander Khitev

Reputation: 6841

This problem was solved with the support of Firebase. At the moment, this problem does not repeat on the Blaze plan.

Upvotes: 1

Related Questions