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
NOAA's API intermittently fails, which surfaced as a dead-end "Failed to load
NOAA data" screen. harden it:
- noaa: retry transient failures, and serve last-known-good extrema when NOAA is
unavailable (stale-if-error) — tide predictions change very slowly
- bootstrap: gather stations with return_exceptions and drop any that fail, so
one bad station no longer sinks the whole dashboard
- frontend: auto-retry the bootstrap a few times, then show a manual retry button
instead of a terminal error
0 commit comments