-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
High CPU Usage #32
Comments
I have not seen this personally, but I'd be interested to know what version of Python, Celery, which broker and what result backend. Is the load reduced if you increase the frequency of the camera? |
Same load with either 0.5 and 2.0 of interval. My versions are I didn't set any result backend, my config is like this (+ queue routing)
Using PostgreSQL as database backend. There you have a screenshot to compare (You can see the IDLE workers and the celery monitor is the monitor one), I've set it the same CPU allocation than the workers to have the correct % cpu scale. |
Hello.
I am getting a quite high CPU usage from the celery monitor process, around 15% constantly, I'm not having a big load or queue so I can't really explain that (I process maybe like maximum 5 tasks per seconds in the worst case).
Do you have the same behaviour ? How can I troubleshoot that more ?
Here is my monitor command
Thanks
The text was updated successfully, but these errors were encountered: