alephdata / servicelayer

Common interface definitions for aleph toolkit services and applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worker threads exit prematurely when running in non-blocking mode

sunu opened this issue · comments

This is very noticeable when running memorious crawlers in multi-threaded mode. Worker threads seem to exit before the init methods starts putting jobs on the queue. The crawler ends up running on a single thread after that.