We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286361a commit cbe4a51Copy full SHA for cbe4a51
.changeset/stale-olives-cover.md
@@ -0,0 +1,5 @@
1
+---
2
+'@e2b/code-interpreter-template': patch
3
4
+
5
+Increase keep alive timeout
template/start-up.sh
@@ -26,7 +26,7 @@ function start_jupyter_server() {
26
sudo echo "${response}" | sudo tee /root/.jupyter/.session_info >/dev/null
27
28
cd /root/.server/
29
- /root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors
+ /root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors --timeout-keep-alive 640
30
}
31
32
echo "Starting Code Interpreter server..."
0 commit comments