mirror of
https://github.com/langchain-ai/langgraph-example.git
synced 2026-07-21 09:05:22 -04:00
Inytermittent- Langgraph server all child processes not coming up with same resource settings #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nsingl00 on GitHub (Feb 24, 2025).
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 8080Sometimes 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