From 26c495cbcc1d005977c3006e8c05067691810db6 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 21 May 2019 10:04:23 -0700 Subject: [PATCH] Add a whimsical comment to help thoughts of scale Change-Id: I9e418e44f0be467f23d1508550fb4fe69a0055d1 --- specs/template.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/template.rst b/specs/template.rst index 215c525d..f7b16563 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -363,6 +363,11 @@ Examples of things to consider here include: * Any change in the number of physical nodes which can be managed by each conductor service. +A question an author may wish to ask themselves is what about scales beyond +their current context. We shouldn't afraid to ask "What about in a deployment +10x or 100x larger than any we know of?", or what if the nodes are on the Mars, +and the conductor is running on a satellite in orbit? + Performance Impact ------------------