-
We should consider [celery](https://github.com/celery/celery) for task distribution instead of `multiprocessing`.
This would bring some convenience functions but is another third party library *mi…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.8.3
### What happened?
We have upgraded to 2.8.3 and ha…
-
When I use the celery check, I will get some errors every 2-3 minutes. there are two kinds of errors like below. However my celery runs well without a problem.
```
2023-10-07T00:02:53.476107594Z u…
-
Hi,
We are using celery with tasks that may take up a lot of time (hours or even days). The problem is that after a couple of hours task is sent back to the queue and run from another worker (or the …
-
# Minor Release Overview: v5.5.0
This issue will summarize the status and discussion in preparation for the new release. It will be used to track the progress of the release and to ensure that all …
-
########
task_list = list()
for .....:
task =async_func.s(*args)
task_list.append(task)
job = group(task_list)
result = job.apply_async()
while not result.ready():
pass
########
When I us…
-
I'm trying to import an account, but the import fails. Only 60 out of ~500 books are imported and see this in the logs:
```
celery_worker-1 | [2024-06-09 11:57:38,222: ERROR/ForkPoolWorker-4] User…
-
```sh
Failure detected for task hs_core.tasks.send_over_quota_emails. Exception: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 451, in …
-
**Bug Report**
mypy identifies false positive `X | Y` errors on not existing lines if `pydantic.mypy` plugin is enabled.
Note that I cannot find any instance of `X | Y` in the whole repository.
…
-
Getting this error in `dev` for GitLab reviews:
```bash
Traceback (most recent call last):
File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.11/site-packages/celery/app/trace.py", line 451, …