Redis was configured to connect to localhost:6379 in dev.exs, but no Redis server exists in CI environments. This caused /health endpoint to return 503 during e2e test startup, blocking test execution. Solution: Remove Redis config from dev - application will fall back to stub Agent (as designed in application.ex). If developers need Redis locally, they can set REDIS_HOST environment variable. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||