No description
- MapLiveTest timestamp indicator: earlier tests in the suite leave score files in the shared `:propagation_scores_dir` and warm the 5 s `list_valid_times` cache; clear both in setup so the "No data" assertion sees the state the test documents. - PropagationPruneWorkerTest: `old = now - 3h` collides with the worker's cutoff (also `now - 3h`) once both are truncated to the second, so they land equal when test + worker run in the same wall clock second. Shift `old` by an extra -1s for unconditional ordering. - ContactWeatherEnqueueWorkerTest: flip to async: false — perform/1 runs inline Oban child jobs that upsert rows with a shared conflict target, and parallel DataCase siblings hit "ShareLock deadlock_detected" intermittently. |
||
|---|---|---|
| .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