[PR #3137] [MERGED] fix(pipeline): clean up dev-server shutdown and progress bar output #3209

Closed
opened 2026-06-05 18:21:26 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3137
Author: @mdrxy
Created: 3/16/2026
Status: Merged
Merged: 3/16/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/docs-dev


📝 Commits (2)

  • f809458 fix(pipeline): clean up dev-server shutdown and progress bar output
  • f4917dc .

📊 Changes

3 files changed (+12 additions, -9 deletions)

View changed files

📝 pipeline/cli.py (+7 -4)
📝 pipeline/commands/dev.py (+2 -5)
📝 pipeline/core/builder.py (+3 -0)

📄 Description

Clean up the dev-server shutdown path so Ctrl+C exits gracefully instead of dumping a traceback. The asyncio.run() teardown can surface CancelledError alongside KeyboardInterrupt, and progress bars were leaving residual lines in the terminal after builds completed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3137 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 3/16/2026 **Status:** ✅ Merged **Merged:** 3/16/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/docs-dev` --- ### 📝 Commits (2) - [`f809458`](https://github.com/langchain-ai/docs/commit/f809458d8c1b19ef5dd41714fd10823debbbed8a) fix(pipeline): clean up dev-server shutdown and progress bar output - [`f4917dc`](https://github.com/langchain-ai/docs/commit/f4917dc4d1faa3c84c1007bc5c492433e84b4aa6) . ### 📊 Changes **3 files changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/cli.py` (+7 -4) 📝 `pipeline/commands/dev.py` (+2 -5) 📝 `pipeline/core/builder.py` (+3 -0) </details> ### 📄 Description Clean up the dev-server shutdown path so Ctrl+C exits gracefully instead of dumping a traceback. The `asyncio.run()` teardown can surface `CancelledError` alongside `KeyboardInterrupt`, and progress bars were leaving residual lines in the terminal after builds completed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:26 -04:00
yindo closed this issue 2026-06-05 18:21:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3209