Skip to content

Commit 25c5aa8

Browse files
committed
Revert "Fix: Add BG_JOB_ISOLATED_LOOPS=true to allow blocking calls in LangGraph Studio"
This reverts commit f782d1d.
1 parent f782d1d commit 25c5aa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

langgraph.json

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

0 commit comments

Comments
 (0)