From a148d63f95cba69c3b5bbb22fe23848668c0c486 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 25 Apr 2019 16:00:53 -0400 Subject: [PATCH] Initial README for heartbeat app --- openedx/core/djangoapps/heartbeat/README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openedx/core/djangoapps/heartbeat/README.rst diff --git a/openedx/core/djangoapps/heartbeat/README.rst b/openedx/core/djangoapps/heartbeat/README.rst new file mode 100644 index 0000000000..327624f761 --- /dev/null +++ b/openedx/core/djangoapps/heartbeat/README.rst @@ -0,0 +1,15 @@ +Status: Maintenance + +Responsibilities +================ +The Heartbeat app provides a simple endpoint that lets the load balancer know that our application hasn't gone down (so that it will know to take us out of the worker pool if we're not responding). + +Direction: Keep +=============== +There is no work planned for this app at this time. + +Glossary +======== + +More Documentation +==================