-
### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon==8.24.0
Airflow==2.9.2
### Apache Airflow version
2.9.2
### Operating …
-
### Proposal
The way that celery tasks are called are unusual, and could be changed to be closer to the recommended way in the documentation. Some options to consider
- Call tasks directly with Celer…
-
1) Create a new branch named `feat/add-real-time-alerts-for-new-issues`
2) Add scheduled celery tasks that will check every predefined number of seconds if there're some new issues for the repository…
-
**Is your feature request related to a problem? Please describe.**
Open edX already has implemented solutions for running multiple celery queues such as the old known `high` and `high_mem` [defau…
-
Currently we never delete PNs from Trash. We should create a Celery task which deletes all PNs in Trash older 90 days.
-
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…
-
**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…
-
Tasks will run at around midnight every night to update the stats of each of the user's players
-
Hi,
I am developing a Python consumer using Celery to transcribe audio files. However, when a task starts in Celery, the Faster-Whisper model hangs and does nothing. There are no error messages, and …
-
## 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…