connector
This commit is contained in:
parent
774f3808a1
commit
3067f58748
@ -53,6 +53,7 @@ class BlockLoader:
|
|||||||
if not self.worker_busy[i]:
|
if not self.worker_busy[i]:
|
||||||
self.worker_busy[i] = True
|
self.worker_busy[i] = True
|
||||||
try:
|
try:
|
||||||
|
self.log.warning("<<<<<")
|
||||||
self.pipe_sent_msg(self.worker[i].writer, b'get', batch)
|
self.pipe_sent_msg(self.worker[i].writer, b'get', batch)
|
||||||
finally:
|
finally:
|
||||||
self.worker_busy[i] = False
|
self.worker_busy[i] = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user