jupyterhub / jupyterhub/batchspawner

Add 'cancel spawn' functionality

Open
#193 6 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
207
Forks
136
PR merge metrics
No merged PRs in 30d

Description

### Proposed change
I would like to give our HPC cluster users the ability to cancel the spawning process. If they have selected the wrong resources, they may find themselves in the spawning state without the possibility to cancel it and to spawn another job with differently chosen resources.

### Alternative options
The only means to cancel a pending job is ssh'ing into the cluster and do an `scancel ` (SLURM)

### Who would use this feature?
All our HPC users.

### (Optional): Suggest a solution
A button with "cancel spawn" functionality. It simply does a `scancel ` (SLURM) or comparable commands for Torque etc.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.