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

Use sqlite for experiment store instead of json #25

Open
WarmCyan opened this issue Mar 23, 2023 · 1 comment · May be fixed by #114
Open

Use sqlite for experiment store instead of json #25

WarmCyan opened this issue Mar 23, 2023 · 1 comment · May be fixed by #114
Labels
enhancement New feature or request

Comments

@WarmCyan
Copy link
Collaborator

Problems can occur if you start an experiment and then immediately ctrl+c to kill it. If this is done while in the process of writing to the store.json, it can corrupt it (only part of the file was written), and the file has to be deleted to run any further experiments

@WarmCyan WarmCyan added the enhancement New feature or request label Mar 23, 2023
@WarmCyan
Copy link
Collaborator Author

It would be a good idea to have this check for a store.json and automatically migrate if so

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
Status: WIP
Development

Successfully merging a pull request may close this issue.

1 participant