Skip to content

Commit 403a648

Browse files
marjisoundarelraJamieB-guDanielCliftonGuardianjamesmockett
committed
Increase number of instances for facia-rendering
TYhis is due to an increase in number of requests facia-rendering is experiencing. We're investigating this, but for now, we're increasing the number of instances to avoid failure Co-authored-by: Ravi <[email protected]> Co-authored-by: Jamie B <[email protected]> Co-authored-by: DanielCliftonGuardian <[email protected]> Co-authored-by: James Mockett <[email protected]>
1 parent 475359e commit 403a648

File tree

1 file changed

+2
-2
lines changed
  • dotcom-rendering/cdk/bin

1 file changed

+2
-2
lines changed

dotcom-rendering/cdk/bin/cdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ new RenderingCDKStack(cdkApp, 'FaciaRendering-PROD', {
6868
stage: 'PROD',
6969
domainName: 'facia-rendering.guardianapis.com',
7070
scaling: {
71-
minimumInstances: 21,
72-
maximumInstances: 210,
71+
minimumInstances: 48,
72+
maximumInstances: 240,
7373
policies: {
7474
step: {
7575
cpu: cpuScalingSteps,

0 commit comments

Comments
 (0)