Skip to content

Commit

Permalink
Autoscaling docs 1st layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent committed Oct 28, 2024
1 parent 10ce475 commit 0fb6cf0
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog/2024-10-28-autoscaling/index.md
Original file line number Diff line number Diff line change
@@ -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
---
5 changes: 5 additions & 0 deletions docs/core_concepts/40_autoscaling/index.mdx
Original file line number Diff line number Diff line change
@@ -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).
14 changes: 14 additions & 0 deletions docs/core_concepts/9_worker_groups/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,20 @@ View logs from any workers or servers directly within the service logs section o
/>
</div>
## Autoscaling
Autoscaling automatically adjusts the number of workers based on your workload demands.
Autoscaling is available in the [Enterprise plan](/pricing).
<div className="grid grid-cols-2 gap-6 mb-4">
<DocCard
title="Autoscaling"
description="Autoscaling automatically adjusts the number of workers based on your workload demands."
href="/docs/core_concepts/autoscaling"
/>
</div>
## Queue metrics
You can visualize metrics for delayed jobs per tag and queue delay per tag.
Expand Down
5 changes: 5 additions & 0 deletions docs/core_concepts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<DocCard
title="Autoscaling"
description="Autoscaling automatically adjusts the number of workers based on your workload demands."
href="/docs/core_concepts/autoscaling"
/>
<DocCard
title="Deploy to prod using the UI"
description="Deploy items to another staging/prod workspace."
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ const sidebars = {
'misc/support_and_sla/index',
'core_concepts/audit_logs/index',
'misc/worker_group_management_ui/index',
'core_concepts/autoscaling/index',
'core_concepts/concurrency_limits/index',
'misc/s3_cache/index',
'core_concepts/oidc/index',
Expand Down
11 changes: 11 additions & 0 deletions src/components/Pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,17 @@ const sections = [
link: '/docs/core_concepts/worker_groups',
tooltip: 'Only available on self-hosting and enterprise edition on private clusters'
},
{
name: 'Autoscaling',
tiers: {
'tier-free-selfhost': false,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': false,
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/autoscaling'
},
{
name: 'Critical alert channels',
tiers: {
Expand Down

0 comments on commit 0fb6cf0

Please sign in to comment.