Skip to content

v0.4.6

Compare
Choose a tag to compare
@Koed00 Koed00 released this 04 Aug 20:02
· 866 commits to master since this release
  • Circumvents problems with OS X's multiprocessing implementation
  • Offers alternative for platforms that do not support cpu count.

OS X does not implement the size function of multiprocessing queues. There is no real fix for this,other than a custom solution, so for now the monitor on OSX will not show a Task Queue or a Result Queue count.

Some platforms do not support Python's cpu count correctly. In those cases you can set the WORKERS configuration manually or you can install psutil as an alternative cpu count provider.

Credits to @sebasmagri for the OSX testing