Skip to content

deploy: add systemd unit and launcher for archive transcriber#10

Open
yidakra wants to merge 1 commit into
mainfrom
deploy/archive-transcriber-service
Open

deploy: add systemd unit and launcher for archive transcriber#10
yidakra wants to merge 1 commit into
mainfrom
deploy/archive-transcriber-service

Conversation

@yidakra

@yidakra yidakra commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

Adds the deployment files that have been running in production but were never committed:

  • deploy/archive-transcriber.service — systemd unit: runs as ubuntu, restart-on-failure (30s), KillMode=control-group, 120s stop timeout for graceful shutdown of in-flight jobs
  • scripts/run_archive_transcriber.sh — launcher wrapping archive_transcriber.py in two-phase mode; configurable via INPUT_ROOT, WORKERS (default 4), GPUS (default 0,1), LOG_FILE, MANIFEST_FILE env overrides

Note

Do not enable the service until #9 (additive-only write_smil fix) is merged and deployed — the currently-installed unit is intentionally stopped pending the SMIL incident remediation.

🤖 Generated with Claude Code

https://claude.ai/code/session_01GPhtp4PREZcRfm2WXL5NF7

Runs the two-phase archive transcriber as a systemd service with
restart-on-failure, parameterized via INPUT_ROOT/WORKERS/GPUS/LOG_FILE/
MANIFEST_FILE environment overrides.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GPhtp4PREZcRfm2WXL5NF7
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@yidakra, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ff6ac097-d135-4dd6-aa8f-dbfefdf0c02f

📥 Commits

Reviewing files that changed from the base of the PR and between 14dc548 and a384a86.

📒 Files selected for processing (2)
  • deploy/archive-transcriber.service
  • scripts/run_archive_transcriber.sh

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant