You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address Copilot review comments with KV-safe periodic save
- Add 15-min periodic save (isPeriodicSave) so latency/history stay fresh
without writing every 5-min tick (~96 writes/day vs ~288)
- Track _lastIssuesFetchAttemptDay to bound daily retries to once per day
regardless of success/failure; log non-2xx HTTP status
- Update _lastSaveTime on every save so the 15-min clock resets correctly
- Clarify wrangler.toml cron comment: change was intentional to reduce writes
Agent-Logs-Url: https://github.com/SillyLittleTech/UpMagic/sessions/9db4878c-bad8-4268-8318-8280f3ca1f11
Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
0 commit comments