No description
Swap the body of era5_jobs_for_contact/1 to enqueue NarrFetchWorker instead of Era5FetchWorker, and snap qso_timestamp via NarrClient.snap_to_analysis_hour/1 so it lands on a 3-hourly NARR analysis slot (00/03/06/09/12/15/18/21 UTC) — NarrFetchWorker raises on anything else. The :era5 type key, the era5_jobs_for_contact function name, and the era5_status field are kept as historical artifacts — they still refer to the era5_profiles table, which is reused 1:1 by NARR. A schema rename is a follow-up PR. The CDS Era5* workers (Era5FetchWorker, Era5SubmitWorker, Era5PollWorker, Era5MonthBatchWorker, Era5BatchClient) are now unreachable from the live submission flow. They stay in tree until the deletion follow-up PR. |
||
|---|---|---|
| .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