Skip to content

Commit

Permalink
fix: remove gunicorn timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 13, 2023
1 parent 9909f2d commit 79debb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudrun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN pip install arcgis==2.* --no-deps
RUN pip install .
RUN pip install gunicorn

CMD exec gunicorn --bind :$PORT download.main:app
CMD exec gunicorn --bind :$PORT --timeout 0 download.main:app

0 comments on commit 79debb2

Please sign in to comment.