Alert Group is constantly created with delay after the secondary alert's creation dateIssue You might encounter a situation where Alert Groups are being created with some delay (more than 1 hour). The secondary alerts were created for sometime, but the Alert Groups are not populated.There is a scheduled job "Service Analytics group alerts using RCA/Alert Aggregation" which is responsible for grouping Alerts and creating the group alert.This job is supposed to be running every minute and we can see that it is running as expected.The Alert Groups seems to be constantly delayed within the same timeframe. So, it is not a performance issue on the scheduler worker.ReleaseAnyCauseWe have property evt_mgmt.impact_calculation.alert_copy_delay with out of the box value = 2 seconds.This property defines the delay period when new alerts are copied to sa_analytics_alerts table and this will delay alert group's creation.Sync Analytics Alerts job uses this property to populate sa_analytics_alerts table.ResolutionSet evt_mgmt.impact_calculation.alert_copy_delay to a value that is not too large. This can be done to avoid performance issue, but should not be an extreme delay. 2 - 10 seconds are fine.