adriank/ObjectPath

ValueError: generator already executing

felixlu opened this issue · 1 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.