Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.18.5, 6.1.3
-
None
-
None
Description
Currently, if you click the "scheduled" tab of the screenshot below to look at all the scheduled messages, it will retrieve everything at once. If the number of scheduled message is huge, it will cause the data payload of that page to be huge (tested with 10k scheduled message, that size of the HTTP response is 5MB+) and time out.
As in improvement, we need to implement pagination for listing scheduled messages and incrementally load scheduled messages.