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
Copy file name to clipboardExpand all lines: docs/deployment/troubleshooting.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ Default timeouts are configured at the HTTP level and must be set both on the ga
89
89
90
90
### Timeouts - Your function
91
91
92
+
Default `read_timeout` and `write_timeout` value for functions are 5 seconds (subject to change) and can be overridden using `read_timeout` and `write_timeout` environment variable for each function.
93
+
92
94
You can also enforce a hard-timeout for your function with the `hard_timeout` environmental variable.
93
95
94
96
For watchdog configuration see the [README](https://github.com/openfaas/faas/tree/master/watchdog).
0 commit comments