-
## 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).
```
software…
-
I have a legacy python app which uses `celery==3.1.26.post2` and the official image `python:2.7.18-slim-buster`.
When I run `docker-slim --http-probe=false my/image` it goes from ~180MB to ~49MB, …
-
Celery's crontab schedules don't follow the "official" crontab schedules when combining a day of week and day of month value. **I like Celery's behavior more than that of crontab, but this should be e…
jobec updated
4 months ago
-
I am trying to use the flower's http api to monitor the task state.
But it seems that the task state from the "/api/task/result/*" is incorrect (they never seem to be updated).
I only tested this i…
-
# Description
As a GCNotify developer,
I want to understand better how Celery handles the messages
And related configurations options that would tweak this handling,
So that I can finetune it the way…
-
I'm using celery in a project without the Django settings modules
It would be great if I could use a CeleryTestCase as follows:
``` python
from my_service.app import app
from my_service.tasks import…
-
Outgoing notification emails are currently handled in synchronously during object add/edit/delete. This significantly slows down API/Admin response times. Email and other long running processes should…
-
at the first time i run Supercoder with gpt4 (i have gpt4 token) but always stuck at this step:
![image](https://github.com/TransformerOptimus/SuperAGI/assets/45778128/559596b3-cdb3-4fa3-8d78-fd04e82…
-
The second option we want to test for HPC integration is a custom OnDemand interactive application that can be triggered by url from eScriptorium.
Note that CAS integration (included in #10) is a p…
-
A customer tried sending an email to all ticket holders of a very large event. In total, the job takes just under 4 hours. As soon as the task is running once, it is started for a second time, and thi…