We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82be10d commit f782d1dCopy full SHA for f782d1d
1 file changed
langgraph.json
@@ -36,7 +36,8 @@
36
"LANGCHAIN_PROJECT": "ai-dev-agent",
37
"PYTHONPATH": ".",
38
"DATABASE_URI": "sqlite://:memory:",
39
- "REDIS_URI": "redis://localhost:6379"
+ "REDIS_URI": "redis://localhost:6379",
40
+ "BG_JOB_ISOLATED_LOOPS": "true"
41
},
42
"python_version": "3.11",
43
"dockerfile_lines": []
0 commit comments