Skip to content

Commit a007026

Browse files
committed
Add demo video and some todos to readme
1 parent 33f5054 commit a007026

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ count drops to zero.
55

66
_Status_: PoC - not for production. But fun/interesting!
77

8+
![screencast of pauseme](demo/demo.gif)
9+
810
# Why?
911

1012
This is an experiment in enabling a lambda-style UX where containers are paused
@@ -64,5 +66,7 @@ Known limitations (there may be more, this is a PoC!) / Future Work:
6466
- Pauses immediately when request count hits zero, might be nice to wait a few
6567
milliseconds in case another request comes in to save the small overhead of
6668
the pause/unpause in this case.
67-
- Graceful shutdown isn't quite right, we exit immediately when we should keep
69+
- Todo: Graceful shutdown isn't quite right, we exit immediately when we should keep
6870
proxying until shutdown is complete.
71+
- Todo: freeze should answer liveness/readiness probes when
72+
user-container is frozen rather than forwarding.

demo/demo.gif

23 MB
Loading

0 commit comments

Comments
 (0)