Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Component/s: JavaScript Client, Push Library
-
Labels:None
-
Environment:ICEpush, ICEpush service
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
A push delivery window specified by delay and duration causes push updates to be delivered within a window o f time in the near future. This provides opportunities for moderating server load and improving application functionality.
Implemented client side of the push delivery window feature. The ice.push.notify function can now accept a third parameter that is used to defined the scheduling of the notification.
There are two ways of defining the scheduling:
Here the notification is fired after a 3000ms delay and the notification is spread among the receiving browsers during a 5500 interval.
Here the notification is fired at the specified time and the notification is spread among the receiving browsers during a 5500 interval.