Finalize zombie runs across all run tables
Internal Ops
Finalize zombie runs across all run tables
Sweeps workflow_runs, tag_evaluation_runs, alert_evaluation_runs, sandbox_ingest_runs, and sandbox_promote_runs for rows stuck in PENDING/RUNNING beyond their configured timeout. Flips them to FAILED and, for workflow runs, cascades CANCELLED to child steps. Requires Bearer token authentication via INTERNAL_OPS_TOKEN.
POST
Finalize zombie runs across all run tables
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.

