-
Notifications
You must be signed in to change notification settings - Fork 12
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
Extreme CPU usage #77
Comments
hey @010011x we are able to replicate this - looking into it! |
Hey @010011x ! Thank you for bringing this to our attention. I spent all day today pulling my hair looking for the cause of this issue 😅, but the good news is I was able to pin point the cause of the CPU buffet fest lol. 🎊🚀 Running new build Thanks again for posting this Issue! |
great job !!! 🚀 that was really fast! thanks a lot! |
This is continuation of this issue
OpenBB-finance/OpenBB#5104
Just running this example
Gives 100 CPU usage. Why is that ? This consumes more cpu than anything else in openbb.
Is it busy waiting ?
Is it missing
asyncio.sleep
somewhere?The text was updated successfully, but these errors were encountered: