Skip to content

Health check references settings.redis_host, which does not exist on Settings #62

Description

@Aburke225

api/routes/health.py reads settings.redis_host for its Redis probe, but the Settings model does not define that field, so the endpoint raises AttributeError before it can report Redis status.

Steps to reproduce: call GET /health and observe the AttributeError for redis_host; grep redis_host core/config.py confirms the field is absent from Settings.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiFastAPI backendbugSomething isn't workinggood first issueGood for newcomerstier-1Starter difficulty

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions