channels_redis icon indicating copy to clipboard operation
channels_redis copied to clipboard

Redis channel layer backend for Django Channels

Results 53 channels_redis issues
Sort by recently updated
recently updated
newest added

Following discussion on https://github.com/django/channels_redis/pull/317 On 4.0.0b1, the `test_groups_basic` in either [test_pubsub.py](https://github.com/django/channels_redis/blob/d946ce2875b2a2efe2c4cbfb14107fd7d7a4a551/tests/test_pubsub.py#L90) and [test_pubsub_sentinel.py](https://github.com/django/channels_redis/blob/d946ce2875b2a2efe2c4cbfb14107fd7d7a4a551/tests/test_pubsub_sentinel.py#L78) tests can hang intermittently. This is most pronounced on CI environments (GitHub actions for this repo show...

Current config does not appear to allow me to define `SENTINEL_KWARGS` where I can specify a sentinel password for sentinel authentication. This appears to be a limitation with the current...

I'm not sure whether the root cause is in the 4.0.0 release or in Django-Celery's 5.3.0 release of two days ago, but since today, we've been getting a recurring error...

bug

django==2.2.13 channels==3.0.3 channels-redis==3.2.0 daphne==3.0.2 NGINX for HTTP and DAPHNE to WSS, Python 3.6.4 AWS Linux We are seeing sporadically in the middle of the day (our tenants busiest times) exceptions...

I have a Error Log in my Daphne Log: 2019-04-26 16:54:57,916 ERROR Exception inside application: Reader at end of file File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step result = coro.throw(exc) File...

blocked/needs-investigation

Hello! On the production service, we are using channels and channels Redis to deliver heavy updates on the web socket clients and it has worked fine for us for the...

blocked/needs-investigation

The `keys` command is used here to find a set of keys to delete https://github.com/django/channels_redis/blob/bba93196d8fe5e5fbfc470350c1f3da168c56739/channels_redis/core.py#L605 [Redis docs have a strong warning about the `keys` command](https://redis.io/commands/keys/): > Warning: consider KEYS as...

If the redis server closes the connection, we may not know about that closure until we attempt to use it and get a network or aioredis error. If we ping-test...

Hi @[carltongibson](https://github.com/django/channels_redis/commits?author=carltongibson) I have been working on installing and testing channels-redis package on x86 and arm64 architectures. While testing this package for **arm64** using `python –m tox` the test stuck...