Skip to content

Commit 139add5

Browse files
authored
Update Makefile
1 parent f664497 commit 139add5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
./build.sh
1818

1919
render-start:
20-
/opt/render/project/src/gunicorn task_manager.wsgi:application
20+
.venv/bin/gunicorn task_manager.wsgi:application --workers=3 --timeout 120
2121

2222
install:
2323
uv sync

0 commit comments

Comments
 (0)