Add make run-prod — 4 workers for M4 performance cores

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 03:49:32 -04:00
parent 3de8f9b558
commit 33a4a11353
+3
View File
@@ -4,6 +4,9 @@ init:
run:
uv run granian --interface asgi --host 0.0.0.0 --port 8000 --reload engine:api
run-prod:
uv run granian --interface asgi --host 0.0.0.0 --port 8000 --workers 4 engine:api
docker-run:
docker-compose up --build