docs(ai/imports): update for PR #12999 — importbot now runnable locally#13035
Merged
mekarpeles merged 1 commit intoJun 24, 2026
masterinternetarchive/openlibrary:masterfrom
docs/ai/imports-pr12999internetarchive/openlibrary:docs/ai/imports-pr12999Copy head branch name to clipboard
Merged
docs(ai/imports): update for PR #12999 — importbot now runnable locally#13035mekarpeles merged 1 commit intomasterinternetarchive/openlibrary:masterfrom docs/ai/imports-pr12999internetarchive/openlibrary:docs/ai/imports-pr12999Copy head branch name to clipboard
mekarpeles merged 1 commit into
masterinternetarchive/openlibrary:masterfrom
docs/ai/imports-pr12999internetarchive/openlibrary:docs/ai/imports-pr12999Copy head branch name to clipboard
Conversation
- index.md: update manage-imports.py description + add compose.near-prod.yaml entry; mark #7236 fixed - debugging.md: replace 'ImportBot does not run' limitation with how-to, including env vars, docker compose command, and dev account credentials
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.
Summary
Updates the import pipeline AI docs to reflect PR #12999 ("Fix importbot + make runnable locally" by @cdrini, now merged).
Changes:
docs/ai/imports/index.md— updatesmanage-imports.pydescription; addscompose.near-prod.yamlto the key files table; marks Make batch importer work in local development environments #7236 as fixeddocs/ai/imports/debugging.md— replaces the "Local dev ImportBot does not run" limitation with a full how-to guide including theCOMPOSE_FILEcommand, env vars (LOCAL_DEV,OL_IMPORT_ALL_SLEEP,OL_IMPORT_ALL_PROCESSES), and login credential changeWhat PR #12999 changed
importbotservice tocompose.near-prod.yaml(setsLOCAL_DEV=true, single worker, 15s poll)manage-imports.pylocal login:("admin","admin123")→("openlibrary@example.com","admin123")import_datamethod indentation (was accidentally de-indented to top-level by Copilot in AddContent-Typeheader to import requests #12902)Closes #7236