iExecBlockchainComputing/iexec-worker

Worker is assigned more tasks then he should

Closed this issue · 1 comments

2020-10-16 19:11:02.060  INFO 208943 --- [taskScheduler-2] c.i.worker.executor.TaskManagerService   : Some tasks are using CPU [tasksUsingCpu:12, maxTasksUsingCpu:11]

Fixed with #349.

The worker will always ask for new replicates. New tasks supplier and computing task consistency is maintained by the Core scheduler itself.