Skip to content

fix(localgov-drupal): sync Aurora MaxCapacity 8 into template.yaml#187

Merged
chrisns merged 1 commit into
mainfrom
fix/localgov-drupal-template-sync
Apr 21, 2026
Merged

fix(localgov-drupal): sync Aurora MaxCapacity 8 into template.yaml#187
chrisns merged 1 commit into
mainfrom
fix/localgov-drupal-template-sync

Conversation

@chrisns
Copy link
Copy Markdown
Member

@chrisns chrisns commented Apr 21, 2026

Summary

Follow-up to #186. The CDK source (database.ts) raised serverlessV2MaxCapacity from 2 to 8 ACU so the first-boot 33-module install doesn't peg the cluster for ~9 min, but template.yaml wasn't regenerated because the deploy-blueprints workflow has been failing since 2026-04-16 on a pre-existing jest types error in the localgov-drupal CDK tests.

Without this, new sandbox sessions provisioned from the StackSet still get MaxCapacity: 2.

Already applied out-of-band directly to the hub StackSet in us-west-2 (ndx-try-localgov-drupal) and to s3://ndx-try-isb-blueprints-568672915267/scenarios/localgov-drupal/template.yaml. This commit makes the repo the source of truth again.

Test plan

  • Verified MaxCapacity: 8 live in the hub StackSet (see earlier work today)
  • Verified new session on account 861665909688 came up healthy with fixed image
  • Post-merge: once deploy-blueprints is unblocked (separate PR for jest types), it will regenerate template.yaml from CDK; this edit is compatible with that output.

Follow-up to #186. The CDK source raised serverlessV2MaxCapacity from 2
to 8 ACU so the first-boot 33-module install does not peg the cluster,
but the hand-edited template.yaml was not regenerated (deploy-blueprints
workflow has been failing on a pre-existing jest types issue since
2026-04-16, so the synth-and-write step does not run).

Without this, new sandbox sessions provisioned from the StackSet still
get MaxCapacity: 2 and the install takes ~9 minutes instead of ~3.

This aligns the committed template with the StackSet template I
updated directly in us-west-2 earlier today and with what the CDK
source expresses.
@chrisns chrisns added this pull request to the merge queue Apr 21, 2026
Merged via the queue into main with commit 03ebebf Apr 21, 2026
5 checks passed
@chrisns chrisns deleted the fix/localgov-drupal-template-sync branch April 21, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant