-
**Description:**
#3162 addressed memory issues related to the csv export, noted in #3137 and #3138. While testing the solution, we noticed an out-of-memory error is still possible, but substantially …
-
Currently, the `docker/Dockerfile` uses superuser (root) to run celery tasks . It causes some warning like
```log
/usr/local/lib/python3.6/dist-packages/celery/platforms.py:801: RuntimeWarning: Y…
-
### Discussed in https://github.com/celery/celery/discussions/9214
Originally posted by **har07** August 28, 2024
After celery container has run for 1-3 days, celery ping command start to retu…
har07 updated
1 month ago
-
I'm experiencing issues with Celery task timeout and retry configurations. Despite setting the task soft time limit and time limit, my Celery tasks are not being terminated as expected when they excee…
-
**Context**
I have a module that contains some celery tasks, and I want to document them with sphinx.
**Problem**
I have the following error: `docs/usage.rst:45: WARNING: error while formatti…
-
# 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…
-
## Checklist
I'm using celery Version: 4.1.1
## Steps to reproduce
Mocking functions which will be called by celery task.
Using Celery_session_worker and celery_app for unit tests.
Call pytest.…
-
## Motivation
As dash introduced me to Celery, I am using it to organise compute-intensive calculations in the back of a dashboard. So, I'd love to create some [groups / chains / chords](https://do…
-
### How do you use Sentry?
Self-hosted/on-premise
### Version
2.5.1
### Steps to Reproduce
We have a Celery Redbeat setup with tasks that are scheduled to run every minute (using the in…
-
I'm encountering an error when trying to use Celery with Redis in my Python project. Despite having installed both Celery and Redis, I'm getting the following error:
```
class PrefixedStrictRe…