Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Functions may now be deployed with 8GB RAM
- Functions may now be deployed to europe-central2 (Warsaw)
- Functions may now reserve a minimum number of instances (updated CLI required)
1 change: 1 addition & 0 deletions src/function-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export interface RuntimeOptions {
/**
* Min number of actual instances allowed to be running in parallel
* Instances will be billed while idle.
* @hidden
*/
minInstances?: number;

Expand Down