We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: