mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
all: rename hot containers to hot functions (#465)
This commit is contained in:
@@ -55,17 +55,17 @@ during functions execution.
|
||||
`build` (optional) is an array of local shell calls which are used to help
|
||||
building the function.
|
||||
|
||||
## Hot containers
|
||||
## Hot functions
|
||||
|
||||
Hot containers support also adds two extra options to this configuration file.
|
||||
hot functions support also adds two extra options to this configuration file.
|
||||
|
||||
`format` (optional) is one of the streaming formats covered at [function-format.md](function-format.md).
|
||||
|
||||
`max_concurrency` (optional) is the maximum of hot containers per node to be
|
||||
`max_concurrency` (optional) is the maximum of hot functions per node to be
|
||||
started for a certain function. It defaults to one per function. If you
|
||||
understand you need more processing power, make sure to raise this number.
|
||||
Keep in mind that if there is not available memory to execute the configured
|
||||
workload, it will fail to start new hot containers.
|
||||
workload, it will fail to start new hot functions.
|
||||
|
||||
## Testing functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user