Skip to content

i18n pipeline: open PR backlog exceeds limit (15 open, max 5) #43

Description

@openlibrary-bot

What happened

While running the translation agent for batch ["te"], pre-flight checked the number of open i18n PRs and found 15 open PRs with i18n/ branch prefixes — all created today (2026-07-16) from parallel batch runs:

Per the agent instructions, the max is 5 open i18n PRs before new work should stop and a backlog issue be filed.

Command that failed

Not a failure — this is the documented stop condition:

gh pr list --state open --json headRefName --jq '[.[] | select(.headRefName | startswith("i18n/"))] | length'
# => 15

Impact

Batch ["te"] (Telugu, 80 untranslated strings pending) was not processed. No branch or PR was created for this run.

Suggested fix

  • Merge or close some of the existing open i18n PRs to bring the count back under the limit (likely they're waiting on CI/auto-merge or manual review).
  • Consider whether the 5-PR limit is still appropriate given multiple languages are now processed in parallel batches — many of these PRs may be legitimately queued rather than stuck.
  • Once the backlog clears, re-run the te batch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions