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

Limitations to remove experiment in delete mode #348

Open
jessestorbeck opened this issue May 28, 2024 · 1 comment
Open

Limitations to remove experiment in delete mode #348

jessestorbeck opened this issue May 28, 2024 · 1 comment

Comments

@jessestorbeck
Copy link
Contributor

As noted in the docs, deleting an experiment currently requires a complete local reset of Docker. Ideally, deleting an experiment would be more targeted and drop the tables for the relevant experiment(s) from the database. This should be doable with some digging into how the CLI handles knex migrations; previously, it was simply more expedient to run kill, since local test data seemed unlikely to be critically important.

Additionally, deleting an experiment currently still leaves some traces in the site. Ideally, the experiment's _web and _api components should be removed as dependencies and the API component should be removed from controllers.json. There may be other leftover vestiges of the experiment also which I haven't noticed.

@jkhartshorne
Copy link
Collaborator

jkhartshorne commented May 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants