Skip to content

Commit ab79265

Browse files
committed
remove 2 workers from python
1 parent ed1af6d commit ab79265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/scripts/start-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ echo "▶️ Starting uvicorn with module: $MAIN_MODULE"
6060
# ============================================================
6161

6262
if [ "$KOSUKE_MODE" = "production" ]; then
63-
exec uvicorn $MAIN_MODULE --host 0.0.0.0 --port 8000 --workers 2
63+
exec uvicorn $MAIN_MODULE --host 0.0.0.0 --port 8000
6464
else
6565
exec uvicorn $MAIN_MODULE --host 0.0.0.0 --port 8000 --reload
6666
fi

0 commit comments

Comments
 (0)