feat(transcripts): add reverse-feed queue -> pipeline enqueuer#27
Merged
Conversation
bin/reprocess_retranscribe_queue.rb reads _data/transcript_retranscribe_queue.yml, resolves each transcript_id to its youtube/vimeo URL via video_assets.yml (primary_platform preferred), and enqueues into the zdots pipeline through the idempotent zdots-ingest-media CLI. Dry-run by default (87/87 resolve, 0 unresolved); --apply enqueues, --force reprocesses, --limit/--profile pass through. Dedup delegated to zdots-brain (skip-existing on source_uri + insert_conflict on job fingerprint). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
just3ws
force-pushed
the
transcripts/reverse-feed-queue
branch
from
July 8, 2026 17:20
ba47324 to
3a9dec4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
bin/reprocess_retranscribe_queue.rbreads_data/transcript_retranscribe_queue.yml, resolves eachtranscript_idto a source URL via_data/video_assets.yml(by transcript_id then asset id, primary-platform-preferred), and delegates to~/.config/zsh/bin/zdots-ingest-media— which is already idempotent, so no dedup is reimplemented here.Flags
Dry-run by default.
--apply/--force/--limit N/--profile.Verified
Dry-run resolves 87/87 queue entries, 0 unresolved.
Caveat
A few
video_assetsURLs carry a&list=playlist suffix (pre-existing data). Consider--no-playlistawareness before a full--apply. Running--applykicks off real transcription jobs and is a manual/operator step.🤖 Generated with Claude Code