deepforge-dev / deepforge

A modern development environment for deep learning
https://deepforge.org
Apache License 2.0
753 stars 78 forks source link

Add support for canceling jobs in GME compute dashboard #1794

Open brollb opened 4 years ago

brollb commented 4 years ago

It would be good to be able to cancel jobs running via the webgme executor framework. We need to make sure that the user has the permissions to be able to kill the given jobs. However, this may already be addressed by the BYOC features added to the webgme executor framework (referring to https://github.com/webgme/webgme-engine/pull/181).

brollb commented 4 years ago

One thing that is a little tricky is that the GME executor framework requires a "secret" to be remembered in order to cancel the job.