No description
Switches the PubSub adapter to Phoenix.PubSub.Redis backed by the shared Valkey instance (same backend GridCache uses), via the new phoenix_pubsub_redis dep. Falls back to the default PG2 / Erlang- distribution adapter when VALKEY_URL is unset, so dev/test boot unchanged. Decouples PubSub fan-out from libcluster's BEAM connection. A flapping Erlang distribution (the OOM-cascade scenario from 2026-05-03 surfaced this — libcluster warnings dominated the logs while pods CrashLoopBackOff'd) no longer takes broadcasts with it, so the rest of the cluster keeps publishing while the bad pod recovers. node_name uses POD_IP for cluster-wide uniqueness, falling back to Erlang's node() name in non-K8s environments. Required by the Redis adapter so loopback filtering doesn't drop a pod's own broadcasts as if they came from a peer. |
||
|---|---|---|
| .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 | ||
| bugs.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| Dockerfile.base | ||
| elevation.md | ||
| LICENSE | ||
| 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