Last active
March 27, 2019 10:31
-
-
Save navidshaikh/b9941cb4cfb52c3c5d71a2b3f3e46d50 to your computer and use it in GitHub Desktop.
Terms used in kantive context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Serving: | |
| - stable-window: After a defined time of idleness when no request coming to revision. | |
| - inactive-revision: Revision's state after `stable-window`. | |
| - scale-to-zero-grace-period: The time an inactive revision is left running before it's scaled to zero. | |
| Facts: | |
| - After `stable-window` is lapsed, all the `inactive-revisions` now points to `activator`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment