-
### Summary of problem
We're using celery + gevent pool (with 500 workers) for LLM batch processing. And we're missing 4/5 of llm calls on Datadog.
Continued from #10212 as I can't open issu…
-
# Checklist
* [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+)
for similar or identical fea…
-
- [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+)
for similar or identical feature requests.
…
-
Hi
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I need to manually execute a script to retry a failed task. I know there is a possibility to setup …
-
## celery info
```
-------------- celery@d7a11b1e418d v5.1.0 (sun-harmonics)
--- ***** -----
-- ******* ---- Linux-5.10.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic 2022-02-26 00:54:25
- *** ---…
-
When celery tries to run tasks started with asyncio.run error is occurred on second subsequent run.
Possibly it is related to multiple runs of job in on process, because when --max-tasks-per-child i…
-
Currently, if a user posts an issue but does not mention Aider, this comment is still posted:
"Task has been added to the queue. We'll update this comment as we progress."
But then inside the Ce…
-
## 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, …
-
Right now, because we fire a separate celery task to carry out the mlbf/stash upload to remote settings, we send the success ping to statsd after we successfully build a bloom filter, but because the …
-
Hello,
we use django health check with celery and redis as a broker. We randomly get an exception "TimeoutError: The task took too long to return a result". We get this error like twice a day.
…