Sometimes I get calls by customers their phone is very hot or battery running out very quick. 99% of the times this happens because the phone is looping, and a resync/remove will solve.
Is there any way to detect does issues server-side, maybe in logs or with z-push-top/admin?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What does it say in the z-push log about the looping?
you could grep the file for the word loop and make it mail a grep log every hour or so.
I got this in my crontab, maybe it will help you, it fixes states and clearsloops once a day.
0 5 * * php /var/push/app/admin.php -a fixstates
1 5 * * php /var/push/app/admin.php -a clearloop
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sometimes I get calls by customers their phone is very hot or battery running out very quick. 99% of the times this happens because the phone is looping, and a resync/remove will solve.
Is there any way to detect does issues server-side, maybe in logs or with z-push-top/admin?
thanks
What does it say in the z-push log about the looping?
you could grep the file for the word loop and make it mail a grep log every hour or so.
I got this in my crontab, maybe it will help you, it fixes states and clearsloops once a day.
0 5 * * php /var/push/app/admin.php -a fixstates
1 5 * * php /var/push/app/admin.php -a clearloop