fix(services): stop auto-update monitoring during shutdown

This commit is contained in:
2026-03-16 08:40:48 +00:00
parent f5a7fccfc2
commit 3a227bd838
5 changed files with 24 additions and 3 deletions

View File

@@ -411,6 +411,9 @@ export class Onebox {
try {
logger.info('Shutting down Onebox...');
// Stop auto-update monitoring
this.services.stopAutoUpdateMonitoring();
// Stop backup scheduler
await this.backupScheduler.stop();