-
Type: Story
-
Status: In Product Review (View Workflow)
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Sprint:2023.R4 Signal Sprint 4
-
SCRUM Team:Globogym Purple Cobras
-
Story Points:3
-
Work Type Classification:Sustaining
Story
As an admin, I would like to have the signal store sm task running time reduced.
Description
The sm task runs in SBX environment more than 84 min (it was still running)
This can not be released to production unless the running time reduced to a reasonable number (5 min max)
~\CFA.Inform\MX.Services\Signal\SignalStoreUpdateService.vb
I think the most time is taking when calling delete/insert functions in the above file
We should populate an object in the memory to keep the list of the stores in the zone once.
#1
the delete shall be called only for the ones to be deleted
Dim recordsChanged As Integer = EntityZoneService.DeleteEntityZone(entityId, zone.ZoneId, Nothing, "Server Manager Task")
#2
the insert shall be called only for the ones to be inserted
Dim recordsChanged As Integer = EntityZoneService.Insert(entityId, zone.ZoneId, "Server Manager Task")
#3
call the below line only once
Dim entity As Entity = EntityService.GetEntityByEntityID(entityId)
We should look further to find if there are any other areas to improve performance
AC
Confirm that the SM task still runs successfully
Confirm that the SM task on SBX runs less than 5 min
- implements
-
CFAMX-26042 PatchBack - 2023.R3.1 Point Release Signal Stories
- In Dev
- Is Clone Of
-
CFAMX-26322 2023.R3.1 Point Release Signal -> #1 Create Transfer Updates
- In QA
- is related to
-
CFAMX-26131 Testing CLONE - PatchBack - 2023.R3.1 Point Release Signal Stories
- Open
1.
|
Create Test Scripts | Done | Unassigned |
|
|||||||||
2.
|
Review Test Scripts | Done | Unassigned |
|
|||||||||
3.
|
Deploy | Done | Unassigned |
|
|||||||||
4.
|
Execute Test Cases | Done | Tristan Strong |
|
|||||||||
5.
|
Functional Review with QA | Done | Danny Han |
|
|||||||||
6.
|
DIT | Done | Danny Han |
|
|||||||||
7.
|
Design Review | Done | Danny Han |
|
|||||||||
8.
|
Story Documentation | Done | Danny Han |
|