Skip to content

Commit 50dcd82

Browse files
authored
Release minInstances feature (#966)
* Release minInstances feature * Lint fixes * PR feedback
1 parent fb1fe3d commit 50dcd82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Make the minInstances feature public.

src/function-configuration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export interface RuntimeOptions {
123123
* Min number of actual instances to be running at a given time.
124124
* Instances will be billed for memory allocation and 10% of CPU allocation
125125
* while idle.
126-
* @hidden
127126
*/
128127
minInstances?: number;
129128

0 commit comments

Comments
 (0)