Skip to content

Commit

Permalink
Update function-timeouts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored May 7, 2019
1 parent 276b4ca commit ea324de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fn/develop/function-timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ for more details. So, what are those timeouts and what are they used for?

This time of timeouts defines for how long function execution may happen before it'll be terminated along with notifying caller that function terminated with error - timed out.

```json
```
{
"route":{
"route": {
...
"timeout": 30,
...
Expand All @@ -26,9 +26,9 @@ It starts at the beginning of the function call.

This type of timeout defines for how long should hot function hang around before its termination in case if there are no incoming requests.

```json
```
{
"route":{
"route": {
...
"idle_timeout": 30,
...
Expand Down

0 comments on commit ea324de

Please sign in to comment.