Skip to content

Commit f782d1d

Browse files
committed
Fix: Add BG_JOB_ISOLATED_LOOPS=true to allow blocking calls in LangGraph Studio
1 parent 82be10d commit f782d1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

langgraph.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"LANGCHAIN_PROJECT": "ai-dev-agent",
3737
"PYTHONPATH": ".",
3838
"DATABASE_URI": "sqlite://:memory:",
39-
"REDIS_URI": "redis://localhost:6379"
39+
"REDIS_URI": "redis://localhost:6379",
40+
"BG_JOB_ISOLATED_LOOPS": "true"
4041
},
4142
"python_version": "3.11",
4243
"dockerfile_lines": []

0 commit comments

Comments
 (0)