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

custom backend config #46

Open
peta15 opened this issue Dec 12, 2013 · 4 comments
Open

custom backend config #46

peta15 opened this issue Dec 12, 2013 · 4 comments

Comments

@peta15
Copy link

peta15 commented Dec 12, 2013

Hi Chaussette team,

How do i pass custom configuration parameters to my gevent backend? For instance this one: http://docs.gunicorn.org/en/latest/configure.html#limit-request-line. We need this setting for some operations in our production environment and i'm really hoping i dont have to abandon ship for gunicorn!

You guys rock. Thanks for this awesome product.

Jesse

@tarekziade
Copy link
Member

sorry for the late feedback!
You can't right now, but we'd be happy to add that feature if that's useful.

@travcunn
Copy link

I think it would be useful, but I don't know how it should be implemented.

I'd like to use the 'waitress' backend and tweak some of the settings: http://docs.pylonsproject.org/projects/waitress/en/latest/arguments.html

@pomarec
Copy link

pomarec commented Feb 3, 2015

Proposition :
Syntax : chausette --backend waitress --backend.{arg} {value}
then {arg} and {value} is parsed and put in server_class_kwargs in server.py line 26

@dotmobo
Copy link

dotmobo commented Jul 19, 2016

Hi,
It would be nice to set the value of the max_request_body_size argument of waitress for example.
I use circus/chaussette to serve a youtube-like application, and i cannot use waitress because max_request_body_size is 1GB default.

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

5 participants