Skip to content

Commit fd3dd49

Browse files
committed
Closes #205
A user @ctwkongmu was confused about how to set timeouts due to phrasing in lab8. This commit points to the expanded timeout tutorial to remove any doubt. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0fbb3d6 commit fd3dd49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lab8.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ Finished the sleep
8484
8585
* API Gateway
8686
87-
There is also a maximum timeout duration set at the gateway and it will override the function timeout. At the time of writing the maximum timeout is configured at "20s", but can be configured to a longer or shorter value.
88-
89-
To update the gateway value, set `gateway.readTimeout` and `gateway.writeTimeout` in the [values.yaml](https://github.com/openfaas/faas-netes/blob/master/chart/openfaas/values.yaml) file or use the Helm parameters `--set gateway.readTimeout=value` and `--set gateway.writeTimeout=value`.
87+
To set expanded timeouts for your functions beyond the default limit, follow the following tutorial: [Expanded timeouts](https://docs.openfaas.com/tutorials/expanded-timeouts/)
9088
9189
Now move onto [Lab 9](lab9.md)

0 commit comments

Comments
 (0)