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

UI should job.MISSING in sequential job case #7386

Open
robnagler opened this issue Nov 30, 2024 · 1 comment
Open

UI should job.MISSING in sequential job case #7386

robnagler opened this issue Nov 30, 2024 · 1 comment
Assignees

Comments

@robnagler
Copy link
Member

There's very complicated code in the supervisor to handle the case that a sequential job has been purged. Rather, return missing (just like parallel case), and have the UI automatically resend. The only reason this code needs to be here is that sequential (transient) simulations do not have a button to start them, which means the onus is on the UI to resend, not the supervisor.

@robnagler
Copy link
Member Author

@moellep if you could handle the UI part, that would be great. You can test by editing out special case, but don't commit those changes. I'm working on all that code, and it's quite messy, so would be better to not have merge issues. Adding to the UI before the supervisor change is a no op so should be safe to merge your changes before I get my PR done.

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