Unanswered
Multiprocessing.Pool.Remotetraceback:
"""
Traceback (Most Recent Call Last):
File "/Usr/Lib/Python3.6/Multiprocessing/Pool.Py", Line 119, In Worker
Result = (True, Func(*Args, **Kwds))
File "/Usr/Lib/Python3.6/Multiprocessing/Pool.Py", Line 44, I
yes that makes send, I think what happened is one of the processes completed the Task (i.e. closed it) before the others did, and so they threw exception.
I switched to have all tasks in a separate process
I think that's probably the best (performance wise as well), nice!
177 Views
0
Answers
3 years ago
one year ago