Skip to content
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

New Module: "BePrepared" - Distributed task failover. #12

Open
ChillFish8 opened this issue Dec 15, 2022 · 0 comments
Open

New Module: "BePrepared" - Distributed task failover. #12

ChillFish8 opened this issue Dec 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ChillFish8
Copy link
Member

BePrepared should aim to act like a distributed write-ahead log essentially, the idea being that one node can begin a 'transaction' or operation, selecting 2 other available nodes to be the backup nodes as such.
In the event of the primary node/leader going down, another node which was selected will take over the operation.

Needs more thinking about a suitable solution to this problem. Should this be backed by something like a multi-raft solution, or is a custom state machine better?

@ChillFish8 ChillFish8 added the enhancement New feature or request label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant