Merge pull request #1389 from langchain-ai/nc/19aug/fix-ready-signal

cli: Fix ready signal
This commit is contained in:
Nuno Campos
2024-08-19 08:26:14 -07:00
committed by GitHub
+1 -1
View File
@@ -224,7 +224,7 @@ For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KE
def on_stdout(line: str):
if "unpacking to docker.io" in line:
set("Starting...")
elif "GET /ok" in line:
elif "Application startup complete" in line:
debugger_origin = (
f"http://localhost:{debugger_port}"
if debugger_port