-
### As ...
Patti - Platform Admin
### I want ...
To be able to monitor the health of the Redis backend for Celery connections.
### So that ...
I may accurately and reliably maintain advanced clus…
-
### Apache Airflow version
2.9.3
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Hello,
This is a copy-paste of an issue we also post on celery/kombu an…
-
**Issue: Develop Embedder API with Background Task for Embedding Storage**
**Resources**:
- **FastAPI:** [FastAPI Documentation](https://fastapi.tiangolo.com/)
- **Celery:** [Celery Documentation…
-
# 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…
-
Here is what I want to do. When the user clicks on a button it sends a post request via Ajax to /api/start_mining endpoint, which creates a task to mine points. Every 5 seconds it triggers the task to…
-
### Describe the bug
I need to write a massive (2b rows per 24 hours) amount of data every day.
Application does 1m requests per city. (4 cities)
Evey request gets 500 rows of info.
Every 4 reque…
-
## User Story - Business Need
- [ ] Ticket is understood, and QA has been contacted (if the ticket has a QA label).
There were old feature flags identified when working on #1711. While reviewing w…
-
Hello,
We are sorry if this is a long text. This a copy-paste issue we also posted on apache/airflow and redis/redis-py. We include a MCVE to reproduce this bug. We are not sure who should fix this…
-
PyInstaller 3.6
python 3.7.4
sc.spec
```
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(['sc.py'],
pathex=['/Users/tutu/ftp/sc'],
…
-
We're going to need ergonomic helpers to capture and execute tasks in tests. The current helper is
```python
with self.tasks():
self.client.get(...)
```
When the `tasks` context manager is activ…