-
Hello, I am building out a monitoring stack for a django project. I am using celery, redis, and flower. Everything is running in docker containers.
The worker is recognized through flower, but when…
-
The use case:
Trying to manually instrument the start and stop of a background celery task that is a chain of Celery tasks and we want to instrument the full chain.
Task-One starts, does some wo…
-
**Is your feature request related to a problem? Please describe.**
Due to GDPR, we have a requirement to delete tasks as they contain user info, so a specified time can be specified, for example we w…
-
Just upgraded to librabbitmq 1.5.2 and celery 3.1.12
I'm getting a failure during one of my tasks that involves a large chord.
Stacktrace (most recent call last):
File "celery/app/trace.py", lin…
-
HI, I'm use celery4.0 and redbeat.
celeryconfig.py
> from datetime import timedelta
> from kombu import Queue
> from main.const import ScheduleInterval
>
> BROKER_URL = 'redis://192.16…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.9.1
### What happened?
We are noticing our Scheduler and Executor…
-
I have two py files: profile.py and celery_test.py
I use jsonpickle.dumps(xx) in profile.py to dump the object to redis. Then, I load the object from redis in celery_test.py
The problem is that I …
-
# Checklist
* [x] I have verified that the issue exists against the `master` branch of Celery.
* [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
-
- [x] We need to know the schedule of spw generator should be run
The SPW needs to be generated daily
- [x] Create command to run to all farms
- [x] Autocreate it to celery schedule model
-
## 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 hav…