What problem does it solve?
It helps you quickly identify why production requests fail or background jobs misbehave by correlating application container logs with the database records and Redis state.
Core Features & Use Cases
- Docker log triage for root-cause signals: Pinpoint FastAPI tracebacks, Celery task exceptions, and scheduler (beat) scheduling issues by container and time.
- Database verification of affected entities: Validate whether tickets, subscriber syncs, campaigns, and notification delivery records are stuck in unexpected statuses or contain failure reasons.
- Redis cache/queue inspection: Detect rate-limiting counters, stale cache TTL problems, and Celery task state/queue backlogs that can amplify or mask app bugs.
- Cross-reference diagnosis workflow: Combine evidence across Docker, DB, and Redis to produce an actionable root-cause narrative and next steps.
Quick Start
Diagnose a failing issue by asking the AI to guide you through Step 1 Docker log triage, then Step 2 database queries for the impacted IDs and statuses, and finally Step 3 Redis inspection for rate limits, cache freshness, and Celery/task backlog.