We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f664497 commit 139add5Copy full SHA for 139add5
1 file changed
Makefile
@@ -17,7 +17,7 @@ build:
17
./build.sh
18
19
render-start:
20
- /opt/render/project/src/gunicorn task_manager.wsgi:application
+ .venv/bin/gunicorn task_manager.wsgi:application --workers=3 --timeout 120
21
22
install:
23
uv sync
0 commit comments