ncar-xdev / jupyter-forward

Launch Jupyter Lab over SSH with a single command!
https://jupyter-forward.readthedocs.io/
Apache License 2.0
31 stars 12 forks source link

Detect when the job submission has failed #92

Open andersy005 opened 3 years ago

andersy005 commented 3 years ago

Currently, if a user uses the --launch-command option --to launch the job on a compute node-- and something goes wrong (e.g. they specified a non-existing queue or something is off in their job submission), jupyter-forward gets stuck in a re-try loop. We should make sure to detect this kind of failures and report them and exit.