Skip to content

adding python::gunicorn template timeout var with default of 30 sec#138

Merged
stankevich merged 1 commit into
voxpupuli:masterfrom
derektamsen:20141030-add_gunicorn_timout_var
Oct 30, 2014
Merged

adding python::gunicorn template timeout var with default of 30 sec#138
stankevich merged 1 commit into
voxpupuli:masterfrom
derektamsen:20141030-add_gunicorn_timout_var

Conversation

@derektamsen
Copy link
Copy Markdown
Contributor

Adding the ability to override the default gunicorn worker process timeout of 30 sec. This can be set with:

python::gunicorn { 'app':
  timeout => 60
}

resolves #137

stankevich added a commit that referenced this pull request Oct 30, 2014
…_var

adding python::gunicorn template timeout var with default of 30 sec
@stankevich stankevich merged commit 252020b into voxpupuli:master Oct 30, 2014
@derektamsen derektamsen deleted the 20141030-add_gunicorn_timout_var branch October 30, 2014 20:45
stankevich added a commit that referenced this pull request Sep 1, 2015
…_var

adding python::gunicorn template timeout var with default of 30 sec
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

Successfully merging this pull request may close these issues.

Gunicorn timeout hardcoded in template

2 participants