-
**Issue: Develop Embedder API with Background Task for Embedding Storage**
**Resources**:
- **FastAPI:** [FastAPI Documentation](https://fastapi.tiangolo.com/)
- **Celery:** [Celery Documentation…
-
Normal Celery tasks support using `kombu` to register object types to serialize/deserialize automatically:
```python
from kombu.utils.json import register_type
from django.db.models import Model
…
-
**Description**
I've been attempting to add a custom attribute to my Celery traces as per [the docs](https://docs.newrelic.com/docs/apm/agents/python-agent/python-agent-api/addcustomattribute-python-…
-
### 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…
-
https://github.com/RealOrangeOne/django-tasks over celery
-
Apparently newer versions of Celery dropped the ```task``` module.
Error from a test project:
```
>>> t = Ticket.objects.latest()
>>> t.description = 'test123'
>>> t.save()
Traceback (most rec…
-
Go through the past few months of customer impacting incidents that involved celery/tasks/symbolicator and look for scenarios where additional tooling would have helped SRE recover faster.
Document …
-
**Describe the bug**
I'm trying to work around https://github.com/galaxyproject/tools-iuc/pull/6493 which produces a collection labelled `txt,tabular`.
**Galaxy Version and/or server at which yo…
-
**Is your feature request related to a problem? Please describe.**
Open edX already has implemented solutions for running multiple celery queues such as the old known `high` and `high_mem` [defau…
-
Here is what I want to do. When the user clicks on a button it sends a post request via Ajax to /api/start_mining endpoint, which creates a task to mine points. Every 5 seconds it triggers the task to…