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

[C#] Proposal: Runtime Configurability of Checkpoint Behavior with Generalized State Machine API #281

Closed
tli2 opened this issue Jun 26, 2020 · 0 comments · Fixed by #285
Closed
Labels
enhancement New feature or request

Comments

@tli2
Copy link
Contributor

tli2 commented Jun 26, 2020

Before, many different parameters to how checkpoints are conducted (e.g. foldover vs. snapshot, whether relaxed) is set at FASTER initialization and not safely changeable afterwards.

With the new state machine API, one can extract some of these parameters into the state machine object, and a user can mix foldover, snapshot, relaxed CPR etc. by setting these parameters when constructing a new state machine object to be executed.

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

Successfully merging a pull request may close this issue.

1 participant