Skip to content

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

Description

@ascherj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiAPI layerbugSomething isn't workinggood first issueGood for first-time contributors (same as tier-1)tier-1Starter: good for first-time contributors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions