Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

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

Description

@nsingl00

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions