Skip to content

docs: align scheduler API examples - #2089

Closed
RerankerGuo wants to merge 1 commit into
MemTensor:mainfrom
RerankerGuo:docs/fix-scheduler-doc-examples
Closed

docs: align scheduler API examples#2089
RerankerGuo wants to merge 1 commit into
MemTensor:mainfrom
RerankerGuo:docs/fix-scheduler-doc-examples

Conversation

@RerankerGuo

Copy link
Copy Markdown
Contributor

Fixes #2083.

Summary

  • Replace scheduler docs Quick Start snippets that called missing SDK methods with direct requests calls to the documented scheduler HTTP endpoints.
  • Rename docs/cn/open_source/open_source_api/scheduler/ wait.md to wait.md.

Validation

  • python3 static docs check: confirmed the leading-space file is gone, wait.md exists, stale SDK method names are absent, and scheduler endpoint paths are present.
  • make format could not run locally because poetry is not installed: make: poetry: Command not found.

@RerankerGuo
RerankerGuo marked this pull request as ready for review July 9, 2026 09:30
@shinetata

Copy link
Copy Markdown
Collaborator

Thanks for the contribution! The scheduler documentation issue has already been addressed by #2113 and is now available on main via #2119.

The merged fix covers the same two documentation files, including the HTTP examples and the wait.md rename, with a few additional response-handling improvements. Since this PR is now conflicting and fully superseded, we’re closing it to avoid duplicate changes.

Thanks again for helping identify and fix #2083.

@shinetata shinetata closed this Jul 22, 2026
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.

fix: Scheduler docs reference non-existent SDK methods and mismatch the actual server API

2 participants