Julien Castets
Julien Castets
Chords are not working with exchanges of type `headers` because the method [fallback_chord_unlock](https://github.com/celery/celery/blob/master/celery/backends/base.py#L596) doesn't forward headers to the unlock tasks. To reproduce: ```python import celery from celery import Celery, chord...
docs & tests included
python setup.py nosetests fail. The problem has been introduced on dcf62b46f0d This patch fixes the problem. diff --git a/test_classy/test_endpoints.py b/test_classy/test_endpoints.py index 1584c10..482e7d6 100644 --- a/test_classy/test_endpoints.py +++ b/test_classy/test_endpoints.py @@ -44,4 +44,4...
Hi, What do you think about adding the following serializer? ``` python class FormDataSerializer(BaseSerializer): key = "formdata" content_types = ['application/x-www-form-urlencoded'] def get_content_type(self): return self.content_types[0] def loads(self, data): return data def...
It'd be great to have a changelog, to know what's going on between two releases!
# Checklist * [x] I have verified that the issue exists against the `master` branch of Celery. * [x] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/celery-users) first. *...
# Checklist * [x] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22) for similar or identical enhancement to an existing feature. * [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22) for existing...
If `CELERY_CREATE_MISSING_QUEUES` is `False`, the default queue `celery` is not created (unless of course it is created explicitly). ```python from celery import Celery from celery.canvas import Signature from kombu import...
Initial version generated with ChatGPT/o3-mini-high. It uses plakar -h and plakar -h output, so positional arguments aren’t handled well. For example, completion for commands like “plakar on” or “plakar ls...
Currently, users lack visibility into the structure and size distribution of their importer contents before performing a backup. We want to introduce a new subcommand, `plakar scan`, that inspects the...