aprs.me/config
Graham McIntire 6acc007360
refactor: remove Redis dependency for PubSub, use distributed Erlang
- Remove phoenix_pubsub_redis dependency from mix.exs
- Update PubSub configuration to use Phoenix's native distributed capabilities
- Simplify clustering logic - no longer requires Redis URL for PubSub
- Phoenix PubSub automatically distributes messages across connected Erlang nodes
- Benefits: lower latency, automatic failure handling, simpler deployment
- Redis still available for caching and job processing when needed
- Maintains backward compatibility for both clustered and non-clustered modes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 15:48:00 -05:00
..
appsignal.exs refactor: remove Redis dependency for PubSub, use distributed Erlang 2025-10-22 15:48:00 -05:00
config.exs add appsignal 2025-10-21 12:29:59 -05:00
dev.exs refactor: remove Redis dependency for PubSub, use distributed Erlang 2025-10-22 15:48:00 -05:00
prod.exs refactor: remove Redis dependency for PubSub, use distributed Erlang 2025-10-22 15:48:00 -05:00
runtime.exs Remove all external dependencies and Sentry integration 2025-10-03 12:53:47 -05:00
test.exs cleanu p test 2025-08-05 13:00:35 -05:00