I am using desktop app to check around 5000 monitors, most of which are daily.
It works sometimes, but it seems to slowdown in checking for changes as the app runs for a while. And a lot of monitors are not checked as often as they should be.
Sometimes it even stops checking for hours, so I need to restart the app so it runs again.
Hello @Steyn,
Thanks for providing more info about the errors.
it seems to keep an extensive amount of workers working when it’s slow.
Are you running static monitors (monitors with JavaScript disabled) as well? We were able to find a scenario with static monitors where this happens and implement a fix.
Also note that some of the processes takes some time to get killed (processes like Service workers in a page). A total of around 6-8 processes are bound to run when the app is active and not running any monitors.
Could you check if the latest version of the app (3.10.12) also has the same issues mentioned above. Also note that setting the number of monitors in the watchlist to more than 200 slows down the Electron App UI. Something we are currently working on to fix.
The settingI am talking about is the “Page size” option in the top-right “Setting/Cog” menu dropdown in the watchlist.