Fixlinks to func-file.md (#1122)

This commit is contained in:
Michael J Williams
2018-07-16 08:38:39 -06:00
committed by Matthew Gilliard
parent 25a1828e2e
commit 8221867b42
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ If you are a developer using Fn through the API, this section is for you.
### Getting Started
* [Quickstart](https://github.com/fnproject/fn#quickstart)
* [Function file (func.yaml)](developers/function-file.md)
* [Function file (func.yaml)](developers/func-file.md)
* [FDKs](developers/fdks.md)
* [Config Vars for Functions](developers/configs.md)
* [Hot functions](developers/hot-functions.md)

View File

@@ -11,7 +11,7 @@ fn config app myapp LOG_LEVEL debug
## 2. Function configuration from func.yaml
See [Function file](function-file.md) for more info.
See [Function file](func-file.md) for more info.
## 3. Route level configuration

View File

@@ -154,7 +154,7 @@ We currently don't yet offer Fn as a managed service which would manage network
We support 'hot functions' (see the end of [this tutorial](https://github.com/fnproject/tutorials/blob/master/JavaFDKIntroduction/README.md) for an example). Hot functions will continue to live if they are used but, if not, will eventually be cleaned up.
Function timeout is configurable. Please see <https://github.com/fnproject/fn/blob/master/docs/developers/function-file.md>. Note though configurable, timeouts do have limits. For example, sync functions have a maximum upper limit of 120 seconds.
Function timeout is configurable. Please see <https://github.com/fnproject/fn/blob/master/docs/developers/func-file.md>. Note though configurable, timeouts do have limits. For example, sync functions have a maximum upper limit of 120 seconds.
### How does the service trace the liveliness of the function? If my function dies/crashes will the service provision it again?