Skip to content

Commit ebee2d3

Browse files
Oliver Lippertalexellis
Oliver Lippert
authored andcommitted
Use golang for timeouts in lab8
Signed-off-by: Oliver Lippert <[email protected]>
1 parent 180e672 commit ebee2d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lab8.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ functions:
6060
image: <your-docker-username-here>/sleep-for:0.1
6161
environment:
6262
sleep_duration: 10
63-
read_timeout: 5
64-
write_timeout: 5
65-
exec_timeout: 5
63+
read_timeout: "5s"
64+
write_timeout: "5s"
65+
exec_timeout: "5s"
6666
```
6767
6868
Use the CLI to build, push, deploy and invoke the function.

0 commit comments

Comments
 (0)