langchain-ai/langgraph · error
The build will continue remotely.
Error message
The build will continue remotely.
What it means
Error "The build will continue remotely." thrown in langchain-ai/langgraph.
Source
Thrown at libs/cli/langgraph_cli/deploy.py:1213
set_progress("")
if not logs_header_printed:
em.info(f"{status} (build logs):")
logs_header_printed = True
for entry in entries:
msg = entry.get("message", "")
if msg:
em.log(msg)
log_offset = logs_resp.get("next_offset") or log_offset
if has_output:
set_progress(f"{status}...")
except Exception:
pass
def _handle_interrupt(revision_id: str) -> None:
em.warn(
f"\nInterrupted. Deployment ID: {deployment_id}, Revision ID: {revision_id}"
)
em.warn("The build will continue remotely.")
return BuildResult(
updated=updated if isinstance(updated, dict) else {},
progress_message="",
timeout_seconds=900,
poll_interval_seconds=3,
no_result_message="Build triggered",
on_poll=_stream_build_logs,
on_interrupt=_handle_interrupt,
show_build_logs_on_failure=True,
)
# ---------------------------------------------------------------------------
# Host backend client factory
# ---------------------------------------------------------------------------
View on GitHub (pinned to 38031739e5)
When it happens
Trigger: Thrown at libs/cli/langgraph_cli/deploy.py:1213 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of langchain-ai/langgraph@38031739e5 (2026-08-26).
Data as JSON: /api/errors/7161920cd81aba62.
Report an issue: GitHub.