Kyle Agronick

Results 85 comments of Kyle Agronick

The terminal running Vibora says: ``` AttributeError: 'vibora.protocol.cprotocol.Connection' object has no attribute 'route' Exception ignored in: 'vibora.protocol.cprotocol.Connection.handle_upgrade' ``` The browser says: An error occurred during a connection to localhost:8000. SSL...

Is Redis even involved in the third consumer?

It seems like some exceptions can get scilenced in async workers. Instead of seeing the actual exception you see this.

logrotate can be found on pretty much any Linux system. I don't think Apache or Nginx rotate their own logs. Seems like adding needless complexity.

@devxplorer you sure you updated all your channels packages?

Yeah, I'm not sure what benefit that provides though. Once you stop accepting connections you need something to take it's place. The only way you can do that is with...

So will Daphne handle SIGINT by exiting after all connections terminate with the current codebase?

If it did that it seems Circus would work fine. The file descriptor feature appears to work well with Circus. Edit: After spending some more time with this, the best...

@acu192 Does the HUP handing actually work for you? I've tried it myself but the HUP signal causes it to reload immediately and drop all of it's websocket connections.