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

Sometimes waitress is timing out with a Socket error #20

Open
mpacer opened this issue Jun 26, 2017 · 1 comment
Open

Sometimes waitress is timing out with a Socket error #20

mpacer opened this issue Jun 26, 2017 · 1 comment

Comments

@mpacer
Copy link
Collaborator

mpacer commented Jun 26, 2017

Last bits of error output:

ERROR:waitress:Socket error
Traceback (most recent call last):
File "/Users/mpacer/anaconda3/envs/py36/lib/python3.6/site-packages/waitress/channel.py", line 166, in handle_read
data = self.recv(self.adj.recv_bytes)
File "/Users/mpacer/anaconda3/envs/py36/lib/python3.6/asyncore.py", line 374, in recv
data = self.socket.recv(buffer_size)
TimeoutError: [Errno 60] Operation timed out
@stefanv
Copy link
Member

stefanv commented Jun 26, 2017

It may be worth checking whether the webserver ever blocks on a manually triggered build. I don't think it should, but if it does I'd expect to see this kind of thing.

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