You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. I've raised the queue.get timeout time by two orders of magnitude and made it configurable. This should reduce the cpu spinning significantly.
Code like in the example below (simplified) will consume 4-5% of CPU, which means that you can barely have 25 processes running at the same time...
The 25 processes is actually an optimistic prognosis, you'd still need to account for Python's process creation tax and such. So, more like 20...
Here's an example profiler output:
The text was updated successfully, but these errors were encountered: