19.12.2024, 11:42
(19.12.2024, 10:55)admin Wrote: Log the result of sending push messages:
Code:status, errors = pusher.send(...)
log(status, errors)
Most likely the connection is unstable.
Thank you for your quick reply,
I have left the system repeating the alarm unacknowledged for about an hour.
The logs show that the script for repeating is executed on time, every time.
The users however have differences on the time and frequency they receive the push notifications.
For example, I may receive a notification every 1 minute but another one may have 20 minutes of interval between the notifications?
Do you think that there may be a fault with the script and it may be executing too quickly?