ProductionTracked since May 20, 2026
Fix Review Style Analyze startup by using configured LangGraph endpoint
This PR fixes production failures in Open-SWE's Review Styles → Analyze flow where runs failed to start with `httpx.ConnectError: All connection attempts failed`. It removes a hardcoded `http://localhost:2024` endpoint in `review_style_jobs.py` and instead resolves the LangGraph client URL from `LANGGRAPH_URL`/`LANGGRAPH_URL_PROD` (same logic as `webapp.py`), with a fallback to `get_client()` when not set.
LangGraph SDKreview_style_jobs.pyLANGGRAPH_URLLANGGRAPH_URL_PROD