-
**Describe the bug**
I'm running Flower service (flower==1.2.0) in K8s with replicas=1. The database file for Flower is maintained in K8s Persistent Volum:
From time to time, the Flower servic…
-
### As ...
Austin - Network Automation Engineer
### I want ...
_We use Sentry for monitoring uncaught exceptions. As such the currently documented solution to fail jobs by throwing an uncaugh…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
**Error: TimeoutError('Timeout reading from socket')**
![image](https://github.com/user-at…
-
### Self-Hosted Version
24.10
### CPU Architecture
x86_64
### Docker Version
Docker version 27.1.1, build 6312585
### Docker Compose Version
Docker Compose version v2.29.1-desktop.1
### Steps …
-
**Describe the bug**
I have a configuration where redis is working as broker and results backend.
I can see the tasks when I trigger/clients but I always see the Arguments and results with Empty/No…
-
## Issue Description
### Overview
I'm currently utilizing Celery within a distributed system to handle various tasks across remote workers. However, there are instances where these workers may be …
urzbs updated
2 weeks ago
-
How do I run the last command in README.md ? :
`celery -A tasks worker --loglevel=INFO`
This command results with an error:
```
Usage: celery [OPTIONS] COMMAND [ARGS]...
Try 'celery --help' for…
-
### Summary:
We've had a production issue where whenever we deploy new code (which ultimately leads to restart of the processes, including the beat) - the scheduled periodic tasks **do not dispatch…
-
Hi,
We are using celery with tasks that may take up a lot of time (hours or even days). The problem is that after a couple of hours task is sent back to the queue and run from another worker (or the …