Skip to content

Commit 8b347fb

Browse files
committed
chore: set analytics stats scheduler to update every 3h to match the default dashboard values
1 parent b51b2e2 commit 8b347fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VirtualFinland.UsersAPI.Deployment/Features/AdminFunction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void CreateAnalyticsUpdateTriggers(StackSetup stackSetup, Queue analytics
184184
// Configure CloudWatch scheduled event
185185
var eventRule = new EventRule(stackSetup.CreateResourceName("AdminFunctionScheduledEvent"), new EventRuleArgs
186186
{
187-
ScheduleExpression = "rate(1 day)",
187+
ScheduleExpression = "rate(3 hours)",
188188
Description = "Users-API Analytics Update Trigger",
189189
Tags = stackSetup.Tags
190190
});

0 commit comments

Comments
 (0)