Open yetty opened 10 years ago
After refactoring of method poll_connections_once in commit 595f1898de785af3cb8aade78541bfaddc52ce14 python-gearman causes 100% CPU load until timeout is reached.
poll_connections_once
Can confirm. Could be solved with worker.work(poll_timeout=1)
After refactoring of method
poll_connections_once
in commit 595f1898de785af3cb8aade78541bfaddc52ce14 python-gearman causes 100% CPU load until timeout is reached.