From 8a26ec8cfa6302063378f51de0910905755166dd Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 13 Mar 2024 23:22:38 +0800 Subject: [PATCH] docs: flake outputs --- outputs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/outputs/README.md b/outputs/README.md index 9130d2f0b..46e0defef 100644 --- a/outputs/README.md +++ b/outputs/README.md @@ -7,6 +7,10 @@ There is no need to do this when you have a small number of machines. But when you have a large number of machines, it is necessary to manage them in a fine-grained way, otherwise, it will be difficult to manage and maintain them. +The number of my machines has grown to more than 20, +and the increase in scale has shown signs of getting out of control of complexity, +so it is a natural and reasonable choice to use this fine-grained architecture to manage. + ## Tests Testing is not necessary when your configuration is not complex,