Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need way to set gunicorn timeout #5

Open
daneoshiga opened this issue Feb 13, 2016 · 1 comment
Open

Need way to set gunicorn timeout #5

daneoshiga opened this issue Feb 13, 2016 · 1 comment

Comments

@daneoshiga
Copy link

https://gunicorn-docs.readthedocs.org/en/develop/configure.html#timeout

The default is 30 seconds, which is too little for me, I would make a pull request but my knowledge of puppet isn't very good, but i believe that the change need to happen on the gunicorn.conf template puppet-appdeploy/templates/django/gunicorn.conf.py.erb

@seocam
Copy link
Member

seocam commented Feb 25, 2016

You should be able to do that using gunicorn param and adding a new key, value to it. The only issue is that you will have to copy the defaults:

Take a look on this two files:
https://github.com/TracyWebTech/puppet-appdeploy/blob/master/manifests/django.pp
https://github.com/TracyWebTech/puppet-appdeploy/blob/master/templates/django/gunicorn.conf.py.erb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants