Features: Improved handling of navigation errors and automatic updates, optimized wait times, and cron job configuration

This commit is contained in:
2025-11-05 21:03:48 +01:00
parent 4e8bd59ff4
commit 693246c2d5
6 changed files with 125 additions and 67 deletions

View File

@@ -400,8 +400,8 @@ async function main() {
code = await updateDocker()
}
// CRITICAL: Always exit with code so external schedulers can react correctly
// Otherwise the process hangs indefinitely and gets killed by watchdog
// Return exit code to parent process
// This allows the bot to know if update succeeded (0) or failed (non-zero)
process.exit(code)
}