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

Error with fastgevent backend #37

Closed
Natim opened this issue Aug 9, 2013 · 2 comments
Closed

Error with fastgevent backend #37

Natim opened this issue Aug 9, 2013 · 2 comments

Comments

@Natim
Copy link
Contributor

Natim commented Aug 9, 2013

bin/chaussette --fd $(circus.sockets.django) --backend fastgevent djangoproject.wsgi.application
File "lib/python2.7/site-packages/chaussette/backend/_fastgevent.py", line 25, in __init__
     log, handler_class, environ, **ssl_args)
TypeError: __init__() got an unexpected keyword argument 'socket_type'
@tarekziade
Copy link
Member

I was able to make it work fine with the current circus trunk and the current chaussette trunk, with:

[watcher:webworker]
cmd = ../bin/chaussette --fd $(circus.sockets.webapp) --backend fastgevent
use_sockets = True
warmup_delay = 0
numprocesses = 3

[socket:webapp]
host = 127.0.0.1
port = 8888

Can you verify you still have the issue ? thanks

@Natim
Copy link
Contributor Author

Natim commented Sep 13, 2013

Yes it works here as well.

@Natim Natim closed this as completed Sep 13, 2013
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