-
Notifications
You must be signed in to change notification settings - Fork 113
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 pinned at 100% #2135
Comments
Thanks, please do share telemetry for it. |
@rashidakanchwala can you point me at a doc how to do that? |
Hi @pascalwhoop , thanks for raising this. Could you please let us know -
Thank you |
From @pascalwhoop top comment, I see the command seems to be
|
Thanks, I just realised telemetry doesn't share that information. For Kedro-viz; it only shares on the way you interact with the UI. We have done some refactoring around autoreload recently. Once we release that maybe we might observe some changes to this - #2134 |
Is it normal that |
I re-set up my mailing notifications and will hopefully be more responsive for OSS contributions going forward. If not, ping me on slack :)
|
this is not kedro-viz code, but |
Then @pascalwhoop any chance you can try if #2134 fixes the issue? |
For context on what we do for |
we do have a lot of files in the folder, are you sensibly excluding files? E.g. only watch those that are managed by git (vs. all of |
Good question, you are right we watch all files where file_path.endswith((".yml", ".yaml", ".py", ".json")) -- maybe we need to add better logic to this. |
Agree. We should also ignore hidden files and files not tracked by version control. @jitu5 |
Right now we are using |
Cool... we did that for notebook launcher while resolving an issue - https://github.com/kedro-org/kedro-viz/blob/main/package/kedro_viz/launchers/jupyter.py#L149 |
appreciate the active work folks that should do the trick
(node we use |
The fix for this issue has been merged. As a follow-up, we’ll remind @pascalwhoop to check if it’s resolved in the next release of Kedro-Viz. Closing this for now. |
Description
Regularly observing 1 python process being pinned at 100% CPU utilization. Turns out it's kedro viz
Steps to Reproduce
it may be related to our kedro pipeline, it's dynamic and has 180+ nodes. Happy to share some telemetry if you guide me how. I can't share the code (yet) unfortunately.
Your Environment
Include as many relevant details as possible about the environment you experienced the bug in:
Checklist
The text was updated successfully, but these errors were encountered: