Skip to content

fix: poll app updates periodically#46

Open
itzptk wants to merge 1 commit into
mainfrom
fix/issue-8-periodic-auto-update-polling-20260605222904
Open

fix: poll app updates periodically#46
itzptk wants to merge 1 commit into
mainfrom
fix/issue-8-periodic-auto-update-polling-20260605222904

Conversation

@itzptk

@itzptk itzptk commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • make app auto-update polling run an initial check plus a 6-hour periodic check
  • guard polling startup so repeated startAutoUpdatePolling() calls do not stack timers
  • keep disabled/unpackaged auto-update builds from checking or scheduling timers

Verification

  • npm run test:node -- electron/services/auto-update.test.ts
  • npm run test:all
  • npm run build
  • independent pre-commit review passed

Closes #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App auto-update polling only checks once at startup

1 participant