You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When webserver is run externally, calling ray-on-golem stop, requests its shutdown, but because of pid file does not exist, does not wait for its shutdown, exiting too quickly and wrongly reporting that shutdown was completed.
$ ray-on-golem stop
Requesting webserver shutdown...
Cannot stop the webserver, as the cluster is not empty.
Force the shutdown? [y/N]: y
Forcing webserver shutdown...
Force-shutdown requested, will stop soon.
Shutdown completed.
The text was updated successfully, but these errors were encountered:
When webserver is run externally, calling
ray-on-golem stop
, requests its shutdown, but because of pid file does not exist, does not wait for its shutdown, exiting too quickly and wrongly reporting that shutdown was completed.The text was updated successfully, but these errors were encountered: