Some workers are using a sleep value very small: 0.01, making the CPU constantly "high" when doing nothing. For instance, on my computer, it always uses 8.5-10% of CPU when the application does nothing at all.
I can reduce the CPU usage to only 0.0-0.5% when idle by changing the sleep value to 1.
This is much better and will preserve laptop battries too.