From 75356d19365d18501b55fea09215cdb6f13d93c4 Mon Sep 17 00:00:00 2001 From: Chad Arimura Date: Fri, 26 May 2017 21:59:19 -0700 Subject: [PATCH] slight update to hot functions docs --- docs/hot-functions.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/hot-functions.md b/docs/hot-functions.md index 9ffc72f80..01842f1eb 100644 --- a/docs/hot-functions.md +++ b/docs/hot-functions.md @@ -75,7 +75,13 @@ res.Write(os.Stdout) Rinse and repeat for each incoming workload. -## Deploying a hot function +## Enabling a hot function + +In your func.yaml, add "format: http". That's it. + + + + + `format` (mandatory) either "default" or "http". If "http", then it is a hot container. @@ -104,3 +112,4 @@ container. this functions. This is a per-node configuration option. Default: 1 `idle_timeout` (optional) - idle timeout (in seconds) before function termination. +