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

Cancel running submissions #872

Open
Didayolo opened this issue May 12, 2023 · 1 comment
Open

Cancel running submissions #872

Didayolo opened this issue May 12, 2023 · 1 comment
Labels
Discussion Needs to be discussed before we can come up with specifications and begin the issue Post-it Internal ideas

Comments

@Didayolo
Copy link
Collaborator

When we cancel a running submission, does it really get killed inside the worker? Or is it just a front-end move?

In CodaLab Competitions, we had this known that we can't kill running submissions from the interface. The only way is to go inside the compute workers and kill the submissions by hand using docker stop or docker kill.

Do we have the same limitation on Codabench? I guess the problem is not that simple because the worker stops listening to the queue once a job has started, and the platform has no possible actions on the worker.

@Didayolo Didayolo added Discussion Needs to be discussed before we can come up with specifications and begin the issue Post-it Internal ideas labels May 12, 2023
@Didayolo
Copy link
Collaborator Author

Couldn't the code of the worker check for cancellation, say every 15 minutes? Or that would not make sense either?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Needs to be discussed before we can come up with specifications and begin the issue Post-it Internal ideas
Projects
None yet
Development

No branches or pull requests

1 participant