-
Versions:
- Python 3.8
- Celery 5.3.4
- Kombu 5.3.2
- boto3 1.29.4
Using `acks_late`
Setting `backoff_policy` fails with a `KeyError` when a message fails:
```
Traceback (most recent cal…
-
:eyes: Some source code analysis tools can help to find opportunities for improving software components.
:thought_balloon: I propose to [increase the usage of augmented assignment statements](https:/…
-
When trying to run Locate, I get the following error:
`NFO 2018-02-14 15:34:15,262 | Start task "Locate", id=24
INFO 2018-02-14 15:34:15,270 | Deleted 0 UrlUsage objects
INFO 2018-02-14 15:34:15,…
-
I've tried using the "check integrity" option on a large-ish upload (ca. 4TB) and gotten a connection timeout error about 7-8 hours in:
```
[2020-08-13 15:40:49,519: INFO/ForkPoolWorker-6] sudo -…
-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
In case running Celery with `sqla+postgresql+psycopg2` broker with prefork model I facing with problem - all broker connection is died.
In logs we found error - `This session in "prepared" state; n…
-
I am migrating from redis to rabbitmq as a task broker for celery. I tried to migrate tasks from redis to rabbitmq using this command `celery migrate redis://localhost:6379 amqp://testuser:testpass@lo…
-
**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…
-
## Celery report
```
python -m celery -A my_worker report
software -> celery:3.1.24 (Cipater) kombu:3.0.37 py:3.5.1
billiard:3.3.0.23 py-amqp:1.4.9
platform -> system:Windows arch:64bit, …
-
Should be easy enough, but not high priority.
We should figure out how to purge old keys that don't have a TTL. Kombu bindings to old queues with old version constraints lay around until someone cl…