service: implement idle auto-shutdown
Metadata
Current evaluation
Implemented idle auto-shutdown for the service. Automatically terminates the service after a configured duration with no control API calls or active sessions. Merged after approval by two reviewers.
Suggested action: —
No scores available.
Issue body
Allow the service to auto-shutdown after a specified time if no control
API calls are made and there are no sessions active.
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Implemented idle auto-shutdown for the service. Automatically terminates the service after a configured duration with no control API calls or active sessions. Merged after approval by two reviewers. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #177 feat(service): implement idle auto-shutdown | fetch-service | merged | Merged. Implements idle auto-shutdown, terminating the service after inactivity with no active sessions or API calls. Also improves proxy and control server crash handling. Approved by two reviewers and passed CI. |