We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df543dc commit 15bf0daCopy full SHA for 15bf0da
CHANGELOG.md
@@ -1,11 +1,11 @@
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
+ ```
+ functions.runWith({
+ maxInstances: 10
+ }).https.onRequest(...);
8
9
-Learn more about max instances in the [Google Cloud documentation.](https://cloud.google.com/functions/docs/max-instances)
+ 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