We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a55af commit 09120b6Copy full SHA for 09120b6
CHANGELOG.md
@@ -1,3 +1,2 @@
1
- Functions may now be deployed with 8GB RAM
2
- Functions may now be deployed to europe-central2 (Warsaw)
3
-- Functions may now reserve a minimum number of instances (updated CLI required)
src/function-configuration.ts
@@ -112,6 +112,7 @@ export interface RuntimeOptions {
112
/**
113
* Min number of actual instances allowed to be running in parallel
114
* Instances will be billed while idle.
115
+ * @hidden
116
*/
117
minInstances?: number;
118
0 commit comments