Merge pull request #2721 from minrk/async-init-spawners

Add JupyterHub.init_spawners_timeout
This commit is contained in:
Min RK
2019-09-24 11:08:16 +02:00
committed by GitHub
5 changed files with 108 additions and 11 deletions

View File

@@ -727,6 +727,7 @@ class User:
spawner = self.spawners[server_name]
spawner._spawn_pending = False
spawner._start_pending = False
spawner._check_pending = False
spawner.stop_polling()
spawner._stop_pending = True