-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
StopIteration Exceptions for Gevent worker #790
Comments
what is the return when you're using the --config-check setting? |
also the StopIteration here is normal since the request return an error. However the log should be more useful... |
The request shouldn't return an error. I don't understand... I'm getting the intended string back, and it's a 200:
...Why is the log indicating an error, and why am I getting back exactly what's expected if it is an error? The "--config-check" option doesn't appear valid. It's not in the configuration documentation, and I get an error when passing as an option:
How am I supposed to use it? |
Sorry the option was |
Everything looks fine with the config. I haven't yet tested the other PR, so the version I'm testing with hasn't changed.
I'm assuming that your commit fixed it. |
@dsoprea can you test though? the more eyes we are the best it is :) |
I just hadn't had the opportunity yet. Later, I went back to the application that experienced it to begin with, On Sun, Jun 15, 2014 at 10:59 PM, Benoit Chesneau [email protected]
|
I don't follow, do you mean that after fetching the last master and installing it you see the same message? |
Yes.
|
mm don't reproduce it... will recheck asap. |
I had the same issue and the current master fixes it. |
Having the same issue. Any idea when this fix will make it into a release on PyPI? |
On Mon, Jul 14, 2014 at 10:47 PM, Fletcher Tomalty <[email protected]
|
@benoitc Great, thanks! |
Ditto. Thanks, Benoit.
|
Gunicorn 19.0 has a weird bug (benoitc/gunicorn#790) -- wait for 19.1
I'm getting this, every time.
This is a test project that elicits the same result (it's a simple, unexceptional project using gevent). Traditionally, I don't use gevent workers. However, I did on a recent project, though I didn't see any errors until last night (which I can't explain).
Nginx:
Config:
Code:
Command-line:
Request:
Output:
Versions:
I get a result back, but it's always followed-up by this exception.
The text was updated successfully, but these errors were encountered: