From d2709d707d50eae150259f60688d42a5fb48b64b Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 11 Feb 2021 19:16:54 +0100 Subject: [PATCH] Fixes title underline length --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index a49de4f..455d4b8 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -309,7 +309,7 @@ Alternatively the ``parzen_async()`` function can also be written with :func:`as Http Health Check -============ +================= An example of a python http server you can use (localhost:8080) to validate the health status of all the clusters in your environment. Example is http only. Requires cache to be enabled. Save file in your Django project's root directory and run with command: ``python worker_hc.py`` in your container or other environment. Can be customized to show whatever you'd like from the Stat class or modified as needed.