-
*This issue was created automatically by a [script](https://github.com/mathjazz/bugzilla2github/).*
## [Bug 1703748](https://bugzilla.mozilla.org/show_bug.cgi?id=1703748)
Bug Reporter: @mathjazz
```
…
-
The celery docs advise against using tasks_always_eager (and is currently failing anyways in my current env)
http://docs.celeryproject.org/en/latest/userguide/testing.html
it recommends using mo…
-
# 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 …
-
Given the client and worker of celery might be deployed on different machines, to let the client side record the task id is very useful when locating problems.
Currently, the client knows the task id…
-
I'm unsure from the documentation how to achieve the following config in Period Tasks for Django admin. Previous to `django-tenants-celery-beat` I'd just create a task and iterate over all tenants us…
-
The default request-response time-out is set to about 60s. The catalogi import (a full catalogue) runs longer than that if you have some real data (tested with Utrecht proeftuin catalogus).
A solut…
-
Right now we are using different type of enums (`Enum`, `IntEnum`, `ChoiceEnum`, etc.). The problem is, that enums are often passed to celery tasks. And everything that comes as argument to celery tas…
-
Just caught this unhandled exception in my logs. Not sure about impact, ~~probably minor~~.
```
[2022-02-08 13:26:40,572: ERROR/MainProcess] Chord 'd9709f8d-d6f1-48e6-969f-1318d73e6e85' raised: Ch…
-
```
celery_1 | The above exception was the direct cause of the following exception:
celery_1 |
celery_1 | Traceback (most recent call last):
celery_1 | File "/usr/local/lib/python3.6/site-pa…
-
# Checklist
* [x] 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/ce…