You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: lab8.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,6 @@ Finished the sleep
84
84
85
85
* API Gateway
86
86
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/)
0 commit comments