-
**Version**: What redis-py and what redis version is the issue happening on?
redis-py: 4.6.0 and 5.0.7
redis: 7.2.4
**Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 /…
-
If max_retries is passed to connection.autoretry() and the connection is not available then autoretry blocks until a connection is made regardless of the max_retries value.
See attached. If you se…
-
[INFO:2022-09-15 10:13:27,637:tasks.py:45:handle_hl7_message] HL7 handler: XXX ADT_A01 received
[INFO:2022-09-15 10:13:27,637:updater.py:192:handle] updating or creating patient from hl7 message data…
-
amqp has not only the concept of connection, but also the concept of channel. As I understand it, the channel concept was introduced to allow multiple threads or concurrent threads to share a connecti…
-
Attempting to search for an artist, either one that already exists or not, returns a 500 ISE. Traceback from `jmad.log`:
```
[23/Jan/2016 02:27:58] ERROR [django.request:256] Internal Server Error: /…
-
In order to collect destination metrics (available CPU/memory) from Pulsar destinations in the network we can re-purpose the rabbitmq connection to send back htcondor status metrics which can be used …
-
Versions:
- Python 3.10
- Kombu 5.3.4
- Celery 5.3.6
- Boto3 1.33.7
After seeing messages stuck in `NotVisible` state at our production queues, I've set out to verify the warm shutdown mechan…
-
# Checklist
* [ ] I have verified that the issue exists against the `master` branch of Celery.
* [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
-
Hello Suman,
Do you have an Dockerfile / Dockercompose example on how to dockerize this tutorial?
I am getting kombu related exceptions.
`raise ConnectionError(str(exc)) from exc
ai-engine-…
-
**Describe the bug**
Created one sentinel Redis server and given the below configuration as:
```
CELERY_BROKER_URL = 'sentinel://default:@10.4.158.111:26379/0;sentinel://default:@10.4.158.128:263…