Skip to content

Commit 1580e79

Browse files
Add notes
Signed-off-by: Anisur Rahman <[email protected]>
1 parent 65a0fda commit 1580e79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/post/stash-v2025.6.30/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ To enable `TaskQueue`, you can use the `--enable-task-queue` flag during the ins
4444
```bash
4545
$ helm upgrade stash oci://ghcr.io/appscode-charts/stash \
4646
--- \
47+
--set features.enterprise=true \
4748
-- set global.taskQueue.enabled=true \
4849
-- set global.taskQueue.maxConcurrentSessions=<max_concurrent_sessions> \
4950
---
@@ -52,6 +53,8 @@ Here,
5253
- `global.taskQueue.enabled` is set to `true` to enable the `TaskQueue` feature.
5354
- `global.taskQueue.maxConcurrentSessions` is set to define the maximum number of concurrent `BackupSessions` that can be executed at a time.
5455

56+
> Note: The `TaskQueue` feature is available **only in the Enterprise Edition** of Stash. To use this feature, make sure you install the Enterprise Edition.
57+
> Installation instructions can be found [here](https://stash.run/docs/latest/setup/).
5558
5659
#### How Stash utilize `TaskQueue`?
5760

0 commit comments

Comments
 (0)