YueGuobin c92188cad4
Fix: Handle project deletion errors in autoidlepc
When deleting the AUTOIDLEPC project in autoidlepc(), if a remote compute
is disconnected, the deletion fails with ControllerForbiddenError due to
our compute connection status check. This causes:
- The project to remain in the controller's memory
- Subsequent autoidlepc calls to fail
- User must restart the server to recover

This fix adds exception handling to ensure the project is always removed
from the controller's memory, even if deletion fails.

Related to #2703
2026-05-06 00:47:24 +08:00
..
2026-04-11 19:22:05 +08:00
2026-04-11 19:22:05 +08:00
2026-04-11 19:22:05 +08:00
2024-04-22 19:08:45 +07:00
2026-03-11 18:51:32 +01:00