-
My celery worker startup command is: celery -A archery worker --loglevel=info. After the service is started, I will see a mysql thread in sleep state on the backend. If I execute a task at this time, …
-
Hey,
i get this error on post-consume (The *** are only for more privacy):
```
Command '['/usr/src/paperless/scripts/app/main.py', '140', '***_NTF_1.1.4.pdf', '/usr/src/paperless/media/document…
-
### Abstract
This feature would point out where broken links and images within a given course are. This would minimize what we store on our servers, save course teams time, and provide a better learn…
-
For the speaker verification validation aspect of the project, specify a callback URL to POST the data to instead of returning the request inline.
-
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbe…
-
### Summary:
The database backend of my website crashes today. Upon inspection, I found all slots are filled with database query, and ran more than 8 hrs.
```
SELECT "django_celery_beat_period…
-
I am running this
```
app = Celery(
'applicationB',
broker=f'redis://:{redis_password}@{host}:{port}/0',
backend=f'redis://:{redis_password}@{host}:{port}/0'
)
# Define the queu…
-
I set up a new VM, I followed the instructions on a the wiki. I did this successfully for creating one compute worker, but when I went to create a second I got an error.
I confirmed I have the rig…
-
I have a celery task that has to run every 1 min. But I am facing a situation where the celery beat task did not trigger for 6 mins and suddenly triggered multiple times.
* Celery Version: 5.2.3
*…
-
# Problem
My workflow is about 2000 tasks that take about an hour each on an 8-core VM. Over time, the workers disconnect from the broker, stop fetching new tasks, and go idle. Once one worker does th…