cpp-filecoin
cpp-filecoin copied to clipboard
Task reassignment after worker fall
The situation when worker fallen with assigned task is now producing problem. The point is that Task was already removed from task queue and scheduler thinks that task is in production. However, even reconnected worker can't know anything about given task. So the task won't be completed after any time.