adriank / ObjectPath

The agile query language for semi-structured data

Home Page:http://objectpath.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: generator already executing

felixlu opened this issue · comments

I am using objectpath in my dramatiq workers, with both multiple processes and threads enabled.
Recently I found many "ValueError: generator already executing" in the error log.
However I cannot reproduce the problem with the exactly same data and code manually.
I googled the exception, and it turns out that's probably a thread-safe related problem.