Backendless Version (3.x / 5.x, Online / Managed / Pro )
The timer is defined on server side so I assume it is the latest version available?
Client SDK (REST / Android / Objective-C / Swift / JS )
Server side Javascript timer
Application ID
EFB9866C-B436-5513-FF4D-855CBDD2A500
Expected Behavior
I have a timer defined called LoginStatus which runs every 15 seconds. Basically it checks user activity and sets the status of a user to offline if has not been updated for some time. I would expect it to continuously run all the time.
Actual Behavior
The Timer stops working randomly. Usually every 1-2 days it stops running and I have to redeploy it again for it to start again.
Reproducible Test Case
I would not want to publicly post my code.