-
I have a dag that fails when I used celery but it runs fine when I use local executor. There is no task log available.
![image](https://user-images.githubusercontent.com/13419219/76925440-71ef6c00…
-
#### Problem Description:
When using `RESULT_BACKEND = django-db` on remote Celery workers, Django fails to catch signals on the `TaskResult` object when workers update their results. This prevents t…
urzbs updated
4 months ago
-
Hi Mor , @Formartha.
Nice to meet you.
My name is Dima, i׳m also Automation Developer and passionate about Python, AI, etc.. :).
Ive impressed a lot by this project you created.
I want to as…
-
The issue is a repost of an unattended Google groups post [_Same task runs multiple times?_](https://groups.google.com/forum/#!topic/celery-users/8jjjsFkdCQI)
```
> ./bin/celery -A celery_app report
…
-
There are occasions when tasks do not run for long periods of time as a matter of course. This is typical in a dev environment, but is a constant feature of our staging system.
Certain tasks, like `f…
-
I’d like to autoscale my Celery workers (running in Kubernetes) based on the queue “length”; e.g. if there are many tasks scheduled in queue A, i’d boot up a few more workers for that queue.
I’d im…
-
How to reproduce the behaviour
---------
Following the workaround implemented in #2062, I managed to create a toy project but I encountered another problem when I tried to import the dateset…
-
Hi developers,
In python implementation with celery, you could easily query tasks' status or result via taskid
```
from celery.result import AsyncResult
from task import app
result = AsyncRe…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
upgrade to 24.1.0 from 23.8.0
from sentry/config.yml
```
mail.backend: 'smtp'
mail.host: mail6.serve…
-
The default timeout is currently set to 3600 seconds (1h).
In scanning an Amazon S3 bucket with 30M objects, even 3h experienced a SoftTimeout error.
Bumping it to 43200 seconds (12h) allowed th…