-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bob crash recovery #54
Comments
This should work for apiserver nodes:
Tradeoffs:
TODO: Hammock about runners. |
Ideas for runners:
Tradeoffs:
|
It seems there is a way to do this without writing a GC:
Questions:
|
When an apiserver gets a retry message, it should check if the status of that run Id is running, if yes it implies that the runner died and there's no need to retry, it can do something like add a log saying lost runner and mark it failed. This is one solution |
Better algo:
Questions:
|
The text was updated successfully, but these errors were encountered: