-
### Summary:
old scheduled job setting by app.conf.beat_schedule in the celery.py can not auto delete.
* Celery Version: 4.4.7
* Celery-Beat Version: 1.6.0(django-celery-beat)
### Exact step…
-
### Summary:
The `DatabaseScheduler` picks up tasks from the beat schedule and creates or updates corresponding `PeriodicTask` entries on the scheduler's setup but doesn't drop the `PeriodicTask` e…
-
in one client example in prod, there is a human task followed by an exclusive gateway, the gateway is yellow/ready, and the instance is stuck in status running for days. it appears as though the messa…
-
I am trying to use snoop to debug celery tasks
```
@celery.task(name="connector-task")
@snoop
def test(param):
a = param
```
It does not work.
-
-
Hi,
Does this support tasks invocation via send_task()?
Use-case: I have remote workers and we use send_task to start the tasks
-
I am working on an issue right now, where certain PDF files can take 30+ minutes to be converted to text by `pdfminer3`. There are some improvements I am working on to help this issue, but for quality…
-
-
### Bug description
##Description
I find my superset instance not working properly the Async queries and Cache config seems messed up.
When opening Superset for the first time, all dashboards are s…
-
I'm using django-multitenant together with Celery and a Redis broker.
I've added a tenant_id parameter to all my celery functions. When the tasks start it calls 'set_current_tenant' with this tenan…