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

Continue to process an interrupted experiment #5

Open
alinaciuysal opened this issue Feb 11, 2018 · 1 comment
Open

Continue to process an interrupted experiment #5

alinaciuysal opened this issue Feb 11, 2018 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@alinaciuysal
Copy link
Owner

When target system is shut down or experiment is stopped, there is no possibility to continue the experiment afterwards. Thus, there should be a button in UI to update status of this kind of interrupted experiment.

Buggy case: first we start running an experiment, we observe some data and plots, but stop the experiment because it would take too long.

Then, we create another experiment that will have less number of stages. After some time, experiment is finished and labelled as "Success". When we want to see the results of previously created experiment, we still retrieve the oeda callback of the successful experiment. This occurs because the backend server does not refresh the callback dictionary until it is restarted.

We generally need to make sure that callbacks are experiment-specific in order to allow for parallel handling of experiments in the frontend

@alinaciuysal alinaciuysal added the wontfix This will not be worked on label Feb 11, 2018
@alinaciuysal alinaciuysal self-assigned this Feb 11, 2018
@alinaciuysal
Copy link
Owner Author

bundled with pause / error / saving state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant