Cloudharness Jupyter add user defined exception PodSpawnException
for raising Jupyter exception outside CH
#635
Labels
enhancement
New feature or request
Sometime we would like to raise an exception and let the spawning of the new Jupyter pod fail.
Example: when a user has not enough "quotas" to spawn a new pod.
This can be handle by a "global" Jupyterhub setting:
namedServerLimitPerUser
but if this value is user dependent then the "function" that manipulates the pod manifest could raise thisPodSpawnException
The text was updated successfully, but these errors were encountered: