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

Split everserver functionality between starting server and submitting experiment #9290

Open
oyvindeide opened this issue Nov 21, 2024 · 0 comments · May be fixed by #9367
Open

Split everserver functionality between starting server and submitting experiment #9290

oyvindeide opened this issue Nov 21, 2024 · 0 comments · May be fixed by #9367

Comments

@oyvindeide
Copy link
Collaborator

To make Everserver more explicit, we should split running Everest into two parts:

  1. Submitting and starting server
  2. Starting experiment

Both of these should be done without requiring an Everest config on disk, i.e. we should start the experiment through a new endpoint on the server, which takes the serialized experiment config.

We can still create ErtConfig server side for now, can change that in a later step.

Everserver should still shut down once the experiment has completed like it does currently. We can change that behavior in a later step.

@oyvindeide oyvindeide moved this to Todo in SCOUT Nov 21, 2024
@frode-aarstad frode-aarstad self-assigned this Nov 25, 2024
@frode-aarstad frode-aarstad linked a pull request Nov 28, 2024 that will close this issue
9 tasks
@frode-aarstad frode-aarstad moved this from In Progress to Ready for Review in SCOUT Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Review
Development

Successfully merging a pull request may close this issue.

3 participants