build(proxy_cli.py): make running gunicorn an optional cli arg

when running proxy locally, running with uvicorn is much better for debugging
This commit is contained in:
Krrish Dholakia 2024-01-29 15:32:34 -08:00
parent f7320834af
commit 8e9197b5b4
5 changed files with 16 additions and 6 deletions

View file

@ -156,6 +156,7 @@ jobs:
--config /app/config.yaml \
--port 4000 \
--num_workers 8 \
--run_gunicorn \
--debug
- run:
name: Install curl and dockerize