mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
Clarify error message on implicit respawns.
- This message is presented when the last spawn failed, along with a HTTP 500. The current text is quite confusing, especially when the problem may just be solvable by trying to respawn again.
This commit is contained in:
@@ -40,7 +40,8 @@ reasons = {
|
||||
'timeout': "Failed to reach your server."
|
||||
" Please try again later."
|
||||
" Contact admin if the issue persists.",
|
||||
'error': "Failed to start your server. Please contact admin.",
|
||||
'error': "Failed to start your server on the last attempt. "
|
||||
" Please contact admin if the issue persists.",
|
||||
}
|
||||
|
||||
# constant, not configurable
|
||||
|
Reference in New Issue
Block a user