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

Phantom block with Websocket #71

Open
p-hennessy opened this issue Sep 13, 2017 · 1 comment
Open

Phantom block with Websocket #71

p-hennessy opened this issue Sep 13, 2017 · 1 comment
Labels

Comments

@p-hennessy
Copy link
Owner

Occasionally it will take a second for the bot to respond to a chat message. It looks like something is preventing the websocket library from running the handler code for the request so it just sits in the buffer until we send something else in.

This is mildly annoying but is tolerable because the heart beat will make it refresh.

Would be nice to know what is happening with that

@p-hennessy p-hennessy added the Bug type label Sep 13, 2017
@p-hennessy
Copy link
Owner Author

Trying to stuff as many gevent.sleeps as i can where it makes sense to do so.

It may have something to do with how im pull tasks off the queue, it blocks until all workers try and timeout to pull work from the queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant