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

DIVE Desktop Job Cancellation #1456

Open
BryonLewis opened this issue Nov 4, 2024 · 0 comments
Open

DIVE Desktop Job Cancellation #1456

BryonLewis opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
Type: Feature Request New feature or request

Comments

@BryonLewis
Copy link
Collaborator

./platform/desktop/backend/native/processManager.ts - A Wrapper for child processes that allow for closing and watching the process. These processes are media conversion, running pipelines and running training. Currently I believe the closing and closeChildren function are only run when the application is closed. We didn’t provide a true cancel on the desktop I think because we weren’t sure if while training it will properly kill all spawned processes.

./platform/desktop/backend/native/viame.ts - functions for running training and pipelines.

You can attempt to add cancellation to the Desktop Job Browser (./platform/desktop/frontend/components/Jobs.vue) a call to close the open process. This would require a bit of testing with the pipelines and training so I would wait to do this at the end.

@BryonLewis BryonLewis added the Type: Feature Request New feature or request label Nov 4, 2024
@BryonLewis BryonLewis assigned BryonLewis and jjnesbitt and unassigned BryonLewis Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants