We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed7345 commit 0921c78Copy full SHA for 0921c78
CHANGELOG.md
@@ -1,11 +0,0 @@
1
-- Adds support for defining max number of instances for a function. Example:
2
-
3
- ```
4
- functions.runWith({
5
- maxInstances: 10
6
- }).https.onRequest(...);
7
8
9
- Learn more about max instances in the [Google Cloud documentation.](https://cloud.google.com/functions/docs/max-instances)
10
11
-- Fixes TypeScript build error when `package-lock.json` is present by updating dependencies (Issue #637).
0 commit comments