Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 3.6.0
-
Fix Version/s: Short Term
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
When the cron runs to Apply Payments to Open Invoices, a call is made to fetch all clients within each client group via Clients::getAll. Large data sets can cause the memory limit to be exceeded, so we should update this to use an iterator instead.
We can fetch only client IDs via the iterator, then store those in memory rather than all of the client information. The cron action should only need the client ID, and can continue on as-is.
e.g. the iterator
return $this->Record->getStatement();
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Story Points | 2 |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1 [ 98 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1 [ 98 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 24 minutes [ 1440 ] | |
Worklog Id | 12950 [ 12950 ] |
Tyson Phillips (Inactive)
made changes -
Epic Link | CORE-2429 [ 13521 ] |