-
Hi,
## Checklist
I'm using the stable celery 4.0.2 (installed with pip) and here my report:
software -> celery:4.0.2 (latentcall) kombu:4.0.2 py:3.4.2
billiard:3.5.0.2 py-amqp:2.1.4
plat…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* [x] I have …
-
I`m using an asynchronous method to perform qdrant operations in the celery task, and set prefer_grpc to True, and the qdrant asynchronous client will be blocked. It should be caused by a problem with…
-
Comments for https://www.endpointdev.com/blog/2012/03/debugging-celery-tasks-in-django/
By Greg Davidson
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
-
I'm using celery for simple system executing tasks in order. I.e. [[1], [2,3], [4]] - in such case I want task 1 to be executed first, after it finishes I want to execute 2 and 3 parallel and then whe…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.39.1
### Steps to Reproduce
I'm using this task to send check-ins from airflow:
```python
def sentry_checkin(status: str, init_t…
-
Hi,
I am using
celery==5.1.2
redis==3.5.3
django-celery-beat==2.2.1
I have schedule a task to run at every 60 seconds. The task role is just to generate a pub sub message.
The code is deployed in …
-
```
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'Asia/Kolkata'
USE_I18N = True
USE_L10N = True
USE_TZ = True
CELERY_BROKER_URL = 'redis://localhost:6379'
CELERY_RESULT_BACKEND = CELERY_BROKER_URL
C…
-
Per https://github.com/raft-tech/TANF-app/issues/2347#issuecomment-1590012582
> * Deploy celery as a separate cloud.gov application (separate manifest)
> * independently scalable
> * requi…