channels_postgres icon indicating copy to clipboard operation
channels_postgres copied to clipboard

PostgreSQL channel layer backend for Django Channels

Results 17 channels_postgres issues
Sort by recently updated
recently updated
newest added

``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/srv/venv/lib/python3.10/site-packages/channels/routing.py", line 62, in __call__ return await application(scope, receive, send) File "/srv/venv/lib/python3.10/site-packages/channels/security/websocket.py", line 37,...

Hi, In [this function](https://github.com/danidee10/channels_postgres/blob/cdc14d99efbc1cec55f11c50f9c0a2521ad637fc/channels_postgres/core.py#L119) a LISTEN query is started. This query however keeps running. Is this supposed to happen? I would expect a LISTEN query to be executed upon subscribing...

enhancement

Hi, i have a local application working fine., but when i make deploy to Azure dont work. THe websocket of the browser dont connect. Previously, it works with Redis. Any...

I've got a project that's running on Python 3.13 on Windows and I can't install a compiler. Currently this project has a requirement for msgpack 1.0.7 which does not offer...

Greetings, I have an existing Django project I am retrofitting to use Channels and `channels_postgres` with, and it uses Psycopg version 3. I had a toy project I started from...

The setup.py is using `channels~=4.0.0` which is preventing it from allowing channels >=4.0.0. i.e. 4.2.0 is not allowed: ```bash ERROR: Cannot install channels-postgres==1.0.5 and channels==4.2.0 because these package versions have...

Closes #84 - adds a failing test case (the one named almost_too_big) - adds another test case for payloads too big, I don't think one was ever added - adds...

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.3 to 0.14.2. Release notes Sourced from ruff's releases. 0.14.2 Release Notes Released on 2025-10-23. Preview features [flake8-gettext] Resolve qualified names and built-in bindings (INT001, INT002, INT003)...

dependencies
python

Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.10.0. Changelog Sourced from asgiref's changelog. 3.10.0 (2025-10-05) Added AsyncSingleThreadContext context manager to ensure multiple AsyncToSync invocations use the same thread. (#511) 3.9.2 (2025-09-23) Adds...

dependencies
python