-
1. Read [guidelines](https://gist.github.com/djeck1432/f722f5fe518c80b248ff609627da25e5).
2. Set up `celery` for the project [package](https://docs.celeryq.dev/en/main/getting-started/introduction.ht…
-
@etj reported Celery is not installed and every task is performed synchronously. Is this expected @giohappy ?
Should we install and enable Celery?
-
"I added [celery](http://www.celeryproject.org/) to be able to run async tasks. Celery does this by sending a message through a message broker, normally rabbitmq, but in this case redis, and then exec…
-
The celery workers keep outputting those kind of warning message below and they seem not work well. Is there any one who can help me work out this problem?
#
[2014-04-14 14:33:42,123: WARNING/MainP…
-
When I add a dataset, in order to get the qa stars I have to deactivate this plugins of the production.ini: "pdf_view geo_view geojson_view officedocs_view federgob". Then I execute the instruction: "…
-
I am playing with running the private worker on our HPC cluster. It spins up with:
```
-------------- celery@gpu001 v4.4.7 (cliffs)
--- ***** -----
-- ******* ---- Linux-3.10.0-693.2.2.el7.x86…
-
What is the use of the worker.py file inside ./api? Since we are already having a separate container running as a celery worker? Is this file obsolete?
-
# Checklist
- [X] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22)
for …
-
### What is your question?
for my tasks, I have a large dict as payload, it is truncated by default, I just want to show it completely.
From document, I see we have a method called: [**format_task…
-
# Checklist
- [X] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22)
for …