nickjj / docker-django-example

A production ready example Django app that's using Docker and Docker Compose.
MIT License
1.17k stars 249 forks source link

Add configurable timeout for gunicorn workers #50

Closed Winnie-Fred closed 2 months ago

Winnie-Fred commented 2 months ago

I added timeout setting to gunicorn config which is configurable via environment variable.

nickjj commented 2 months ago

Looks good, can you roll up the commits to a single one with a message of "Add configurable gunicorn timeout value"?

Winnie-Fred commented 2 months ago

Done, I have rolled up the commits.