Skip to content

Commit 1bc22cf

Browse files
author
github-actions
committed
sync router docs: 2024-06-03T02:19:17Z
1 parent 2796566 commit 1bc22cf

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

26.2 KB
Loading
17.5 KB
Loading

module/router/how-to/create-a-router/configure-enricher.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ Configure the resources required for the enricher. There are 3 required inputs,
4747

4848
**Min/Max Replicas**: Min/max number of replicas for your enricher. Scaling of the enricher based on traffic volume will be automatically done for you.
4949

50+
**CPU Limit**: By default, Turing determines the CPU limits of all deployed components using platform-level configured
51+
values. These CPU limits is calculated as a factor of the user-defined CPU request value for each component (e.g. 2x
52+
of the CPU request value). However, you can override this platform-level configured value by setting this value
53+
explicitly on the UI (as seen above) or via the SDK.
54+
5055
Optionally, modify the autoscaling policy on the enricher.
5156

5257
![](../../.gitbook/assets/autoscaling_policy_panel.png)

module/router/how-to/create-a-router/configure-ensembler.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ Configure the resources required for the ensembler. There are 3 required inputs,
8383

8484
**Min/Max Replicas**: Min/max number of replicas for your ensembler. Scaling of the ensembler based on traffic volume will be automatically done for you.
8585

86+
**CPU Limit**: By default, Turing determines the CPU limits of all deployed components using platform-level configured
87+
values. These CPU limits is calculated as a factor of the user-defined CPU request value for each component (e.g. 2x
88+
of the CPU request value). However, you can override this platform-level configured value by setting this value
89+
explicitly on the UI (as seen above) or via the SDK.
90+
8691
Optionally, modify the autoscaling policy on the ensembler.
8792

8893
![](../../.gitbook/assets/autoscaling_policy_panel.png)
@@ -125,6 +130,11 @@ registered in your current project. You'll also need to indicate your desired ti
125130

126131
**Min/Max Replicas**: Min/max number of replicas for your ensembler. Scaling of the ensembler based on traffic volume will be automatically done for you.
127132

133+
**CPU Limit**: By default, Turing determines the CPU limits of all deployed components using platform-level configured
134+
values. These CPU limits is calculated as a factor of the user-defined CPU request value for each component (e.g. 2x
135+
of the CPU request value). However, you can override this platform-level configured value by setting this value
136+
explicitly on the UI (as seen above) or via the SDK.
137+
128138
Optionally, modify the autoscaling policy on the ensembler.
129139

130140
![](../../.gitbook/assets/autoscaling_policy_panel.png)

0 commit comments

Comments
 (0)