-
### Product versie / Product version
1.14.0
### Omschrijf het probleem / Describe the bug
No more celery worker debug logs.
### Stappen om te reproduceren / Steps to reproduce
Upgrade to 1.14.0, …
-
Hello!
I have found that there is no integration of celery with asyncio, I expected to have a way to run the workers in an ioloop so that I could execute several IOBound tasks at the same time (I …
-
**Background**:
App Panel relies on Celery server for processing a number of necessary tasks (e.g. App Launch), and if the Celery server is down, it can affect the usability of the App Panel as well…
-
**Description:**
Currently, when a parsing task exceeds the approved time limit, Celery terminates the task but does not update its status to "Errored." This leads to tasks appearing incomplete or st…
-
Is there a way to stagger `CELERY_BEAT_SCHEDULE` tasks so that they run at different times per tenant, instead of all tenants executing tasks simultaneously?
When tasks run at the same time across …
-
### Summary:
Celery-beat not sending the tasks to celery worker for execution.
* Celery Version: 5.2.3
* Celery-Beat Version: 2.2.1
### Exact steps to reproduce the issue:
1. Start the D…
-
### Discussed in https://github.com/celery/celery/discussions/8912
Originally posted by **RamachandranSitaraman-IB** March 14, 2024
I have a celery (5.3.5) based deployment with rabbitmq. Whe…
-
# Celery task results are not stored in the Django database
## Environment
- Django: 5.1.2
- Celery: 5.4.0
- django-celery-results: 2.5.1
- Flower: 2.0.1
- psycopg2-binary==2.9.10 (PostgreSQL)…
-
I have an old project using micro-services architecture, where the queues are named "{service-name}-module." When inspecting the metrics endpoints, some metrics work properly:
```
# TYPE celery_ac…
-
Facing the same issue with airflow 2.6.2. Airflow ui shows no tasks are running but the Celery executor open slots are stuck to zero whereas running slots are stuck at 32 which results skip over que…