-
I am migrating from redis to rabbitmq as a task broker for celery. I tried to migrate tasks from redis to rabbitmq using this command `celery migrate redis://localhost:6379 amqp://testuser:testpass@lo…
-
Hi,
Thank you very much for the fantastic work you do with Celery.
I'm using Celery 4.4.7, and I just spent a lot of time understanding why my server froze when calling `my_task.delay()`.
It tu…
-
Similar to the issue mentioned here: https://github.com/celery/django-celery-results/issues/52#issuecomment-608443564.
We have met the same error when trying to run chord tasks using `django-db` as t…
-
I've recently been looking at using celery for chained tasks or tasks with callbacks, where one or more of the tasks in the chain interacts with an external service that supports asynchronous callback…
-
Deliverables:
1. Endpoint for uploading and importing a package for authenticated users under a selected namespace (org or user) (API only) (must for MVP)
2. Endpoint for fetching a package from NPM …
-
# Checklist
- [ ] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
Hi,
I am looking into possibility to broadcast with Redis and wonder if anything has changed since Ask's answer [two years ago](https://groups.google.com/forum/#!searchin/celery-users/broadcast/celery…
-
## Checklist
```
software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:2.7.13
billiard:3.5.0.3 py-amqp:2.2.1
platform -> system:Windows arch:64bit, WindowsPE imp:CPython
loader -> celery.…
-
I've followed all the instructions but the consumer handler will not work, all the configuration are being ignored.
See below celery.py and consumer configuration files.
celery.py
```
from cele…
-
there are twice problems, both related to crontab task
1. Tasks that should have been run hourly will always run a few minutes before the hour.
2. Tasks that should have been run hourly just run few…