Closed lexming closed 8 months ago
Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly.
You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
This worked for me when I intentionally added an exit 1
to our form's prologue field.
This was to simulate early failures that jupyterhub will otherwise miss. When it happens, the user cannot start the server because jupyterhub thinks it is already running. This might not be a problem for deployments with short timeouts -- the user can just wait. However we have long timeouts to match those for non-interactive activity. This will be very helpful for us.
This would be very helpful.
This PR looks relevant even today, so I rebased this PR to resolve merge conflicts and get it to run against current tests. They are failing currently though =/
Congrats on your first merged pull request in this project! :tada: Thank you for contributing, we are very proud of you! :heart:
Fixes #253
Poll job status while waiting to get the port back from the single-server to catch any failure in the job before the server launches.