No description
Root cause of the blank /map analysis breakdown: the skippy.w5isp.com caching proxy was unreachable from the cluster, so every f00 analysis step failed at the idx fetch and Rust never wrote a ProfilesFile. The /map point-detail panel silently degraded to empty factors because no profile ever lands on `/data/scores/profiles/`. HrrrClient now takes an optional fallback base. When the primary base exhausts its retries (5× exponential backoff), fetches retry once against the fallback — defaulted to the NOAA S3 public bucket. Forecast, analysis, and native-duct paths all go through the same fetch_blob_with_fallback helper so a proxy outage degrades to direct S3 instead of stalling. Moved the native-URL builder out of native_duct into fetcher so the single helper can build both primary and fallback URLs for the native hybrid-sigma product. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix