aprs.me/lib/aprsme_web/plugs
Graham McIntire d8ea2b785f
Fix ShutdownHandler health check errors
- Add safe check for ShutdownHandler process existence
- Handle case where ShutdownHandler might not be started yet
- Prevent GenServer.call errors in health checks
- Use Process.whereis and Process.alive? to verify process state

This fixes Sentry errors about 'no process' when health checks
try to call ShutdownHandler.shutting_down?()

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 08:19:27 -05:00
..
api_csrf.ex performance improvements 2025-07-08 10:03:52 -05:00
health_check.ex Fix ShutdownHandler health check errors 2025-07-28 08:19:27 -05:00
ip_geolocation.ex Add Cloudflare header support for real client IP 2025-07-24 20:29:48 -05:00
rate_limiter.ex Add Redis-based distributed caching and rate limiting 2025-07-26 15:29:38 -05:00
set_locale.ex passing tests 2025-07-07 16:29:38 -05:00