feat: gunicorn timeout 120s
This commit is contained in:
parent
04b25cb803
commit
95f22c268b
@ -7,4 +7,4 @@ COPY . /app
|
|||||||
|
|
||||||
RUN poetry install
|
RUN poetry install
|
||||||
|
|
||||||
ENTRYPOINT ["poetry", "run", "gunicorn", "wsgi:app", "--bind", "0.0.0.0:5000"]
|
ENTRYPOINT ["poetry", "run", "gunicorn", "-c", "gunicorn_config.py", "wsgi:app", "--bind", "0.0.0.0:5000"]
|
1
gen_service/gunicorn_config.py
Normal file
1
gen_service/gunicorn_config.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
timeout = 120
|
Loading…
Reference in New Issue
Block a user