From 0fb6cf0f64881c64b7d2d2df7603dd64e107af2f Mon Sep 17 00:00:00 2001 From: hcourdent Date: Mon, 28 Oct 2024 14:59:51 +0100 Subject: [PATCH] Autoscaling docs 1st layer --- changelog/2024-10-28-autoscaling/index.md | 12 ++++++++++++ docs/core_concepts/40_autoscaling/index.mdx | 5 +++++ docs/core_concepts/9_worker_groups/index.mdx | 14 ++++++++++++++ docs/core_concepts/index.mdx | 5 +++++ sidebars.js | 1 + src/components/Pricing.js | 11 +++++++++++ 6 files changed, 48 insertions(+) create mode 100644 changelog/2024-10-28-autoscaling/index.md create mode 100644 docs/core_concepts/40_autoscaling/index.mdx diff --git a/changelog/2024-10-28-autoscaling/index.md b/changelog/2024-10-28-autoscaling/index.md new file mode 100644 index 00000000..055f33f2 --- /dev/null +++ b/changelog/2024-10-28-autoscaling/index.md @@ -0,0 +1,12 @@ +--- +slug: autoscaling +version: vX.X.X +title: Autoscaling +tags: ['Core concepts', 'Enterprise Edition'] +description: Worker autoscaling automatically adjusts the number of workers based on your workload demands. +features: + [ + 'Description' + ] +docs: /docs/core_concepts/autoscaling +--- diff --git a/docs/core_concepts/40_autoscaling/index.mdx b/docs/core_concepts/40_autoscaling/index.mdx new file mode 100644 index 00000000..876ddd9c --- /dev/null +++ b/docs/core_concepts/40_autoscaling/index.mdx @@ -0,0 +1,5 @@ +# Autoscaling + +Autoscaling automatically adjusts the number of workers based on your workload demands. + +Autoscaling is available in the [Enterprise plan](/pricing). \ No newline at end of file diff --git a/docs/core_concepts/9_worker_groups/index.mdx b/docs/core_concepts/9_worker_groups/index.mdx index 38ebbfc9..a63b3e7f 100644 --- a/docs/core_concepts/9_worker_groups/index.mdx +++ b/docs/core_concepts/9_worker_groups/index.mdx @@ -311,6 +311,20 @@ View logs from any workers or servers directly within the service logs section o /> +## Autoscaling + +Autoscaling automatically adjusts the number of workers based on your workload demands. + +Autoscaling is available in the [Enterprise plan](/pricing). + +
+ +
+ ## Queue metrics You can visualize metrics for delayed jobs per tag and queue delay per tag. diff --git a/docs/core_concepts/index.mdx b/docs/core_concepts/index.mdx index d43c7baf..b384eade 100644 --- a/docs/core_concepts/index.mdx +++ b/docs/core_concepts/index.mdx @@ -509,6 +509,11 @@ All details & features on [Pricing page](/pricing). description="Manage Worker Groups through Windmill UI." href="/docs/misc/worker_group_management_ui" /> +