[PR #2639] added loading descriptions and lazy-loaded module retries #4426

Closed
opened 2026-02-28 20:55:40 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/2639

State: closed
Merged: Yes


Two small reliability/stability improvements.

  1. added loading texts so it's easier to understand at which stage the app failed (if the app loads forever and never finishes loading)
  2. added exponential backoff retries to the lazy-loaded modules - this is expecially useful for those hosting on free fly.io instances (where if sometimes you hit it without cache - the initial request errors out, so you need to reload the entire page for things to work)
**Original Pull Request:** https://github.com/actualbudget/actual/pull/2639 **State:** closed **Merged:** Yes --- Two small reliability/stability improvements. 1. added loading texts so it's easier to understand at which stage the app failed (if the app loads forever and never finishes loading) 2. added exponential backoff retries to the lazy-loaded modules - this is expecially useful for those hosting on free fly.io instances (where if sometimes you hit it without cache - the initial request errors out, so you need to reload the entire page for things to work)
GiteaMirror added the pull-request label 2026-02-28 20:55:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4426