filecoin-project / filecoin-project/cpp-filecoin
Task reassignment after worker fall
Open
- Dominant language
- C++
- Stars
- 129
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.