Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inytermittent- Langgraph server all child processes not coming up with same resource settings #34

Open
nsingl00 opened this issue Feb 24, 2025 · 0 comments

Comments

@nsingl00
Copy link

Hi,

When i run !langgraph dev --host 0.0.0.0 --port 8080, I see that sometimes i see only 1 process

appuser 316 1 10 22:52 ? 00:00:00 /usr/bin/python3.11 /app/.local/bin/langgraph dev --host 0.0.0.0 --port 8080

Sometimes i see 3 processes

appuser      316       1 10 22:52 ?        00:00:00 /usr/bin/python3.11 /app/.local/bin/langgraph dev --host 0.0.0.0 --port 8080
appuser      320     316  0 22:52 ?        00:00:00 /usr/bin/python3.11 -c from multiprocessing.resource_tracker import main;main(7)
appuser      321     316 99 22:52 ?        00:00:04 /usr/bin/python3.11 -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=8, pipe_handle=10) --multiprocessing-fork

without changing anything in resource settings. Due to its intermittent nature, I am unable to open langgraph server on Model Studio.

I wonder is there any issue in code the way child processes are getting started

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

No branches or pull requests

1 participant