[tune] Remove slow gzip of checkpoints; ignore jupyter stop errors (#4076)

* fix gzip

* ignore jupyter
This commit is contained in:
Eric Liang
2019-02-18 01:30:13 -08:00
committed by GitHub
parent f8bef004da
commit 6e46d75554
2 changed files with 10 additions and 14 deletions
+2 -2
View File
@@ -422,8 +422,8 @@ def stop():
]
subprocess.call(
["kill -9 {} 2> /dev/null".format(" ".join(pids))], shell=True)
except ImportError:
pass
except Exception:
logger.exception("Error shutting down jupyter")
@cli.command()