debug-production-renders
Installation
SKILL.md
Debug Production Renders
Telecine renders flow through a queue-based pipeline backed by Valkey (Redis-compatible). Each render is a workflow that progresses through multiple queues, each served by a dedicated Cloud Run worker service. Debugging a render means checking its state at three layers: the Postgres database, the Valkey queue state, and the Cloud Run worker logs.
Quick Start
All debug scripts run inside docker. From the monorepo root:
# Full render status: DB row, fragment breakdown, error detail
telecine/scripts/debug-render <render-id>
# Add live Valkey state (queued/claimed/completed/failed jobs)
telecine/scripts/debug-render <render-id> --redis
# Add docker compose log grep (local dev only)
telecine/scripts/debug-render <render-id> --logs