connector

This commit is contained in:
4tochka 2019-05-07 02:17:19 +04:00
parent 774f3808a1
commit 3067f58748

View File

@ -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