You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(walkthroughs): Correct deployment time messaging for LocalGov Drupal
- Fix incorrect "15 minutes" to "35 to 40 minutes" in step-1.njk
- Remove misleading "No deployment needed" from walkthrough landing
- Add explanation of why deployment takes longer (Aurora Serverless)
- Add "While you wait" guidance with Events tab suggestion
- Update timeEstimate in scenarios.yaml from 15 to 40 minutes
Copy file name to clipboardExpand all lines: src/_data/scenarios.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ scenarios:
8
8
bestFor: "Councils exploring AI integration with LocalGov Drupal CMS"
9
9
description: "Deploy LocalGov Drupal CMS with 7 AI-powered features. Includes content editing, readability simplification, auto alt-text, text-to-speech in 7 languages, translation to 75+ languages, PDF-to-web conversion, and dynamic council identity generation."
10
10
difficulty: "beginner"
11
-
timeEstimate: "15 minutes"
11
+
timeEstimate: "40 minutes"
12
12
primaryPersona: "service-manager"
13
13
gcloud_search_term: "LocalGov Drupal AI CMS local government"
If the status shows CREATE_IN_PROGRESS, wait a few minutes for the deployment to complete
70
-
before continuing. The stack takes approximately 15 minutes to deploy.
69
+
If the status shows CREATE_IN_PROGRESS, the deployment is still running.
70
+
This scenario takes 35 to 40 minutes to deploy fully.
71
71
</strong>
72
72
</div>
73
73
74
+
<divclass="govuk-inset-text">
75
+
<pclass="govuk-body govuk-!-margin-bottom-0">
76
+
<strong>This is normal.</strong> LocalGov Drupal provisions enterprise-grade infrastructure including an Aurora Serverless database, which takes time to create on-demand.
77
+
While you wait, watch the <strong>Events</strong> tab in CloudFormation to see resources being created in real-time.
0 commit comments