Re: Django Channels2 - after a system chrash or power failure channel name persists.

2019-11-22 Thread Adam Hooper
On Friday, November 22, 2019 at 7:08:46 AM UTC-5, Levent Engin wrote: > > Hi, > > I am using Django Channels2. After a system failure or power crash channel > name of the receiver persists without a proper disconnect(). > *Where* does the channel name persist? (Surely not on the machine that tur

Re: Django Channels persistent DB connection

2019-11-15 Thread Adam Hooper
On Friday, November 15, 2019 at 2:02:51 PM UTC-5, ajoeiam wrote: > > If I want a connection to the database but want it for only the time > the customer (query source) is logged in - - - how do I specify that? > (So I don't want the connection to be timed - - - would rather the > connection was

Can we nix "group_expiry" from the Channel Layer Specification

2019-11-15 Thread Adam Hooper
Hi group, I maintain the channels_rabbitmq channel layer. I and other users of channels_rabbitmq encountered a problem: day-old group memberships expire by default. This isn't a bug in channels_rabbitmq: it's a bug in the specification. To my

Re: Django Channels persistent DB connection

2019-11-15 Thread Adam Hooper
On Wednesday, October 30, 2019 at 12:17:54 PM UTC-4, BR wrote: > > I moved from a local sqlite3 DB file to a shared remote (local LAN) > MariaDB server and noticed a bit of a slow down. On top of the DB now being > remote, I'm also using SSL to encrypt the DB information. Based on the > descript