Skip to content

Commit

Permalink
Merge pull request #10 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
Update function-timeouts.md
  • Loading branch information
0xflotus authored May 7, 2019
2 parents acdfe7a + ea324de commit bce2f87
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 bce2f87

Please sign in to comment.