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
Check that browser sends a separate request to /api/project/{project_name}/runs/stop for each run.
This creates unnecessary load on the server (and may lead to "database is locked" with SQLite). The UI should make a single request to such endpoints. The stop endpoint supports passing multiple runs. The same applies for other endpoints (e.g. delete volumes).
Actual behaviour
No response
Expected behaviour
No response
dstack version
master
Server logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce
/api/project/{project_name}/runs/stop
for each run.This creates unnecessary load on the server (and may lead to "database is locked" with SQLite). The UI should make a single request to such endpoints. The stop endpoint supports passing multiple runs. The same applies for other endpoints (e.g. delete volumes).
Actual behaviour
No response
Expected behaviour
No response
dstack version
master
Server logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: