-
It would be great if it has pre-defined some transitions:
1. InProgressTransition - has celery side-effects and callbacks as functions
2. PostTransition - has only callbacks as celery tasks
3. C…
-
Using celery 4.4.7 and redbeat 1.0.0 deployed on Heroku. Wondering if this is a known bug.
This has only happened twice ever, but it has occurred twice within the past month at different times. The…
-
Hello Community,
Regarding :
https://stackoverflow.com/questions/54497785/celery-interval-schedule-doesnt-executes-on-given-interval
-
Hi there. I'm working with a repository where we've overridden the default task class and added some methods, and we're using `task_cls` to initialize Celery with this as the default class. I'm seeing…
-
This is from staging:
```
Thu Jun 6 14:53:29 2024
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Versi…
-
[celery.contrib.rdb](http://docs.celeryproject.org/en/latest/tutorials/debugging.html) calls pdb, which dies with the message in the subject of this issue.
FWIW, attempting to use pdb in a celery tas…
-
**Describe the bug**
When calling the EP /flower/api/task/async-apply/ (no matter the name of the task) an django.core.exceptions.SynchronousOnlyOperation exception is raised and returns a HTML 500 e…
-
- [x] setup local test celery
- [x] task design on local stubs
- [x] management command to spawn tasks
- [x] celery task for checking and activating the send proms request task
- [x] baseline chec…
-
hi, if we use the file system as broker, how to get the celery task result?
-
## 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 …