Patrick Cloke
Patrick Cloke
CC @austintrose who tracked this down with me.
As far as I can tell this as added in commit e90444189b8bd177612066eacb632afb2d70445a to the AMQP backend, unfortunately that doesn't have much information in it. This code was then copied into...
A bit more research, I believe these messages are requeued because by default the internal cache (`_cache` variable on the backend) is a [nullcache](https://github.com/celery/celery/blob/7d9300b3b94399eafb5e40a08a0cdc8b05f896aa/celery/backends/base.py#L117-L118) unless `result_cache_max` is set. Since this...
We do this by running separate workers for each queue and just pass a different concurrency to each of them. We handle the different configurations using our configuration management solution...
@mscbot concern Lack of details about updating references to replaced room
In general, django-render-block aims to behave the same as django's normal templates, so...if you're surprised by something it sounds like a bug? If you're able to make a test-case for...
Does this occur with normal tasks on the same version of celery/kombu? Can you provide package versions for celery, kombu, celery-batches and whatever AMQP library you're using? Is it reproducible...
Do you have a minimal example? Do you know what object is leaking?
Also was this issue written by AI? It's very hard to read.