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

checkpointing: consider allowing users to specify save frequency #225

Open
markmc opened this issue Jul 28, 2024 · 0 comments
Open

checkpointing: consider allowing users to specify save frequency #225

markmc opened this issue Jul 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@markmc
Copy link
Contributor

markmc commented Jul 28, 2024

In #222 we added a data checkpointing feature which has a "save frequency" parameter which tunes how often a checkpoint is saved.

Wed did not initially expose this to users because we felt the side effects of save_freq=1 - lots of files, some extra I/O - is not worth the extra user complexity of another command line parameter.

This issue tracks the need to consider this based on feedback and to decide whether we want to remove the parameter or expose it to users.

@nathan-weinberg nathan-weinberg added the enhancement New feature or request label Aug 20, 2024
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

2 participants