From 4ba90ac984fc5853f2929136dfa8b5510b3e8969 Mon Sep 17 00:00:00 2001 From: njchandu Date: Thu, 17 Jan 2019 16:46:51 -0500 Subject: [PATCH] Documentation update to reflect the scalabality issues of static report Change-Id: I4bfc70f70559b2aea5925a4380c29f97e84face2 --- doc/source/usage.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index eb2e898a..6883ca9e 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -308,6 +308,9 @@ artifacts of the jobs, allowing you to browse the results in-place. This is done with the ``ara generate html`` command. +.. note:: +Hosting statically generated reports is not very efficient at a large scale. Please refer to: :ref:`Advanced use cases `. + By default, ARA will generate a static version for all the recorded playbook runs in it's database. It is also possible to generate a report for one or many specific playbooks.