summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-02 00:49:57 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-02 00:49:57 +0400
commitb36eca5b9fc32d22820f2a08bd935d66b6e856c2 (patch)
tree6e5072bccbe1e7851d7da878f6b5292f5b90c2ab /docs
parent1707bb9c10cb313381bb76a9a45f3c403b88d119 (diff)
scheduler basic structure
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/management.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/management.md b/docs/internals/management.md
new file mode 100644
index 0000000..7bff71b
--- /dev/null
+++ b/docs/internals/management.md
@@ -0,0 +1,5 @@
+# Nova Internals - Management
+
+In order to run in multiple environments, Nova uses a scheduling system to balance shards between "cluster" instances.
+Each cluster instance is in fact a gateway instance. All the management is handled in the "manager" component.
+The discord shards are dynamically scaled and restarted if needed. \ No newline at end of file