-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cpu 100% after using plex requests #154
Comments
I think I have found the issue. It seems that there is quite a nasty bug in the plex checker. It checks plex for content every 10 minutes but I think I have found a scenario where multiple schedules are starting so it can check it every seconds for example. I am fixing that as we speak. |
Great! |
Had a friend add 20 movies to check, CPU = 100% and serverroom is like a sauna! |
It was a misunderstanding on my part on how Nancy (The underlying framework) initializes everything. So a new 'scheduler' was being spun up on every HTTP request. I've fixed this in the dev branch. We need to push a new version out soon, so it shouldn't be a long wait. |
Great many thanks |
Hi,
after making several requests through plex requests I found that plex media server was running at 326% pushing my cpu to 100%
What could be the cause?
Windows 8
I5 Intel
Latest version of plex requests
The text was updated successfully, but these errors were encountered: