docs: Document jobs-funneled-to-one-worker fix (SDK 1.10.1)#698
Open
promptless[bot] wants to merge 1 commit into
Open
docs: Document jobs-funneled-to-one-worker fix (SDK 1.10.1)#698promptless[bot] wants to merge 1 commit into
promptless[bot] wants to merge 1 commit into
Conversation
|
|
||
| If your endpoint has multiple workers but nearly all jobs run on one worker while the others sit idle, and jobs stay `IN_QUEUE` even though workers are available, you may be running an affected version of the Runpod Python SDK. | ||
|
|
||
| Versions 1.9.1 through 1.10.0 could corrupt per-worker job tracking on endpoints that use a network volume, causing most workers to stop pulling new jobs. This most often appeared on network volume endpoints such as ComfyUI workers. |
Contributor
Author
There was a problem hiding this comment.
Sourced the affected version range (1.9.1–1.10.0), the network-volume root cause, and the 1.10.1 fix from PR #517, which reverted JobsProgress in worker_state.py from a shared pickle file at os.getcwd()/.runpod_jobs.pkl back to an in-memory set. Network volumes made os.getcwd() a shared mount across workers, corrupting per-worker occupancy so workers stopped pulling jobs — the ComfyUI-on-network-volume symptom in the linked issue #432.
Source: runpod/runpod-python#517
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Open this suggestion in Promptless to view citations and reasoning process
Adds a Serverless troubleshooting entry for the SDK job-funneling regression: on SDK 1.9.1–1.10.0, endpoints with a network volume corrupted per-worker job tracking, funneling nearly all jobs onto one worker while others sat idle and jobs stayed IN_QUEUE. Points users to upgrade to runpod>=1.10.1 (fixed via runpod-python #517, released in 1.10.1). Common for ComfyUI-on-network-volume endpoints.
Trigger Events
Tip: Tell your friends working on non-commercial open-source projects to apply for free Promptless access at promptless.ai/oss ❤️