Closed GoogleCodeExporter closed 9 years ago
It is possible that the process pool on your setup needs special cleaning up,
or there is some sort of race condition when that is happening.
I notice similar wierdness running in "screen" sessions (in linux).
Could you possible try adding the following lines to task.py:2959?
Where it currently says:
syncmanager.shutdown()
Change this by adding three more lines to:
syncmanager.shutdown()
if pool:
pool.close()
pool.join()
Original comment by bunbu...@gmail.com
on 29 Aug 2013 at 5:36
Original comment by bunbu...@gmail.com
on 23 Nov 2013 at 1:54
Original issue reported on code.google.com by
dolo...@gmail.com
on 26 Jun 2013 at 5:27