From b36eca5b9fc32d22820f2a08bd935d66b6e856c2 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Sat, 2 Oct 2021 00:49:57 +0400 Subject: scheduler basic structure --- docs/internals/management.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/internals/management.md (limited to 'docs') 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 -- cgit v1.2.3