-
```
Python 3.5.2
Django 2.2.10
celery==4.2.2
opencensus==0.7.7
opencensus-context==0.1.1
opencensus-ext-azure==1.0.2
opencensus-ext-django==0.7.2
opencensus-ext-logging==0.1.0
```
After a …
-
Currently, the `docker/Dockerfile` uses superuser (root) to run celery tasks . It causes some warning like
```log
/usr/local/lib/python3.6/dist-packages/celery/platforms.py:801: RuntimeWarning: Y…
-
I propose extending the export functionality in `django-import-export` to use background tasks. This would offer several key benefits:
- Improved user experience, as users wouldn’t need to wait for…
-
### What happened + What you expected to happen
Hi everyone,
I have a pipeline that runs a bunch of ray remote functions. This pipeline is sent as a celery task. Everything works if the celery wor…
-
**Describe the bug**
In an application where Celery is used (https://docs.celeryq.dev/en/stable/) it is not possible to use pastas. Importing pastas results in Celery workers failing to start.
…
-
Related:
- #1281
Currently used versions:
https://github.com/internetstandards/Internet.nl/blob/1368a1e910153a2694e96be7c0de8257b0250a51/requirements.txt#L27
https://github.com/internetstandards…
-
# Checklist
- [ ] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions…
-
This is a possible on-call improvement so that we don't need to add custom code to each celery task to get its code owner marked.
This was tried in https://github.com/openedx/edx-platform/issues/3317…
-
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, p…
-
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…