No description
Post-2014 contacts with hrrr_status=:unavailable were being dispatched to NARR, which 404s because NCEI's archive ends 2014-10-02. 14K of the 14.3K candidates in prod are post-2014 — these are HRRR's responsibility. - NarrClient.in_coverage?/1 returns true only inside 1979-01-01 → 2014-10-02 - narr_jobs_for_contact and maybe_enqueue_narr (contact_live) bail out of coverage returning [] - BackfillEnqueueWorker.type_filter scopes :narr to qso_timestamp < coverage_end so the cron doesn't keep picking post-2014 candidates |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| 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