firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Add ts-comment on how to remove maxInstances limit for functions

Open donalffons opened this issue 3 years ago • 2 comments
trafficstars

donalffons avatar Feb 28 '22 10:02 donalffons

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

google-cla[bot] avatar Feb 28 '22 10:02 google-cla[bot]

Hi there! I just tested and verified that it is possible to remove the maxInstances limit on firebase functions by passing 0 for that value. I think this is an important function (not being able to remove the limit seems like a missing feature), but I couldn't find any documentation about this anywhere.

donalffons avatar Feb 28 '22 10:02 donalffons