-
when i try execute func of firt celery func tast ,error founhd!!!!!!
my system win11
Python 3.11.5
celery==5.3.6
broker redis
celery_app.py
---------------------
from celery import Celer…
-
It seems that Control commands from workers with kombu =5.4.0rc.
For example ping is never received if using kombu 5.4.2 if sent from a worker in 5.3.7.
We are using redis backend with sentinels.
…
-
This issue is a continuation of issues https://github.com/celery/celery/issues/4295 (see for Celery details) and https://github.com/celery/celery/issues/4299.
I am trying to [cancel a scheduled task]…
-
We need to expose the progress made for the celery tasks:
- [ ] Number of examples generated during dataset generation
- [ ] Model training
- [ ] current epoch
- [ ] % training done in…
-
**Describe the bug**
A user that has TOTP configured is unable to login to a server that uses LDAP. Meanwhile, a user that doesn't have it enabled is ok.
I've tried with `Code-based MFA Support` ena…
-
### Discussed in https://github.com/celery/celery/discussions/9197
Originally posted by **sandeep2rawat** August 22, 2024
### Issue:
#### Description:
When running a Django application with …
-
**Describe the bug**
Right after starting up my docker-compose setup based on the given docker-compose.yml file, the worker-container causes high CPU load.
**To Reproduce**
Steps to reproduce th…
-
### Summary:
In My Django Application, I have a Cron Job that runs every Wednesday and it schedules new PeriodicTask for Next Week Mon, Tues, Wed at random Times between 9-12
**Expected Behaviour*…
-
### Summary: I found a solution to run only periodic tasks (Beat) which are present in Django Project. All renamed or removed tasks will be deactivated in DB used by Beat.
We got trouble with task…
-
Hi,
I am having an issue with celery. It keeps duplicating tasks with time. At the end I can end up with more than 20 copies of a tasks before the due date.
I know it's not the django app that order…