thoth-station/package-build-controller

EXIT when all resources are created successfully

Closed this issue · 1 comments

todo commented

#TODO EXIT when all resources are created successfully
if task_q.qsize() == 0 and global_count.get_val() == 0:
consumer_done.set()
_running = False
logging.debug('<< {} break loop-3. G:{}'.format(task_q.qsize(), global_count))
break


This issue was generated by todo based on a TODO comment in f52e130. It's been assigned to @sub-mod because they committed the code.
goern commented

is this still relevant?