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 fb1fe3d commit 50dcd82Copy full SHA for 50dcd82
CHANGELOG.md
@@ -0,0 +1 @@
1
+- Make the minInstances feature public.
src/function-configuration.ts
@@ -123,7 +123,6 @@ export interface RuntimeOptions {
123
* Min number of actual instances to be running at a given time.
124
* Instances will be billed for memory allocation and 10% of CPU allocation
125
* while idle.
126
- * @hidden
127
*/
128
minInstances?: number;
129
0 commit comments