Add backfill:unstick command to recover stalled backfill jobs
After a server restart, backfill jobs can get stuck with a held lock token
that prevents retries. This adds an ace command that finds stalled jobs
(running + locked + older than N minutes), resets their lock, and
re-dispatches them via the queue. Includes --dry-run and --minutes flags.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>