mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-03-31 00:59:35 +02:00
API: workers
This commit is contained in:
2
.github/scripts/start_api.sh
vendored
2
.github/scripts/start_api.sh
vendored
@@ -7,7 +7,7 @@ echo "Starting API server with logging..."
|
||||
|
||||
nohup uvicorn src.api.http_api:app \
|
||||
--host 0.0.0.0 --port 9999 \
|
||||
--workers 4 --loop uvloop \
|
||||
--workers 2 --loop uvloop \
|
||||
--http httptools --no-use-colors > logs/api.log 2>&1 &
|
||||
|
||||
API_PID=$!
|
||||
|
||||
Reference in New Issue
Block a user