We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No certain steps to reproduce.
Once, when terminating an instance, the server stopped responding to certain requests.
The last server logs:
{ "message": "run(22afe2)curly-robin-1: run status has changed PROVISIONING -> TERMINATING", "logger": "dstack._internal.server.background.tasks.process_runs", "timestamp": "2024-05-17 13:47:13,146", "level": "INFO" }
After that, there were no server logs despite other requests to the server.
The run got stuck in the terminating state.
terminating
The command dstack stop -x <run-name> hanged.
dstack stop -x <run-name>
Other requests such as dstack ps worked as usual.
dstack ps
After a restart of the server, the problem has gone.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
No certain steps to reproduce.
Once, when terminating an instance, the server stopped responding to certain requests.
The last server logs:
After that, there were no server logs despite other requests to the server.
The run got stuck in the
terminating
state.The command
dstack stop -x <run-name>
hanged.Other requests such as
dstack ps
worked as usual.After a restart of the server, the problem has gone.
The text was updated successfully, but these errors were encountered: