Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

fix: reduce default export interval from 6 hours to 2 hours - #11

Merged
wassimk merged 1 commit into
mainfrom
wm/reduce-export-interval
Apr 9, 2026
Merged

wassimk merged 1 commit into
mainfrom
wm/reduce-export-interval

Conversation

@wassimk

@wassimk wassimk commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Reduces the LaunchAgent StartInterval from 21600s (6 hours) to 7200s (2 hours)
  • Granola's local cache clears transcripts faster than every 6 hours, causing cache misses
  • Two weeks of testing at a 2-hour interval confirmed zero missed transcript exports
  • Updates documentation in README and Homebrew caveats to reflect the new default

Test plan

  • go build ./... passes
  • go test ./... passes
  • Run granary install --force and verify the plist at ~/Library/LaunchAgents/com.wassimk.granary.plist shows <integer>7200</integer>

Granola's local cache clears transcripts in under 6 hours, causing
cache misses where transcripts are lost before Granary exports them.
Two weeks of testing at a 2-hour interval confirmed zero misses.
@wassimk
wassimk merged commit 06caf31 into main Apr 9, 2026
3 checks passed
@wassimk
wassimk deleted the wm/reduce-export-interval branch April 9, 2026 13:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant