Closed li-wu closed 5 years ago
@lephino I removed the self.workerQueue.unfinished_tasks > 0 and add corresponding test case for this. All functional tests passed. This might not be the final solution as we discussed in the issue. Will change based on your comments.
self.workerQueue.unfinished_tasks > 0
CI job failed due to required lib install failure. This will be fixed after pr #238 is merged.
@lephino I removed the
self.workerQueue.unfinished_tasks > 0
and add corresponding test case for this. All functional tests passed. This might not be the final solution as we discussed in the issue. Will change based on your comments.