django-celery
django-celery copied to clipboard
Old Celery integration project for Django
I'm trying to creating a background task with Django celery and Redis as broker. this task is being sent from models when model post save. But the problem is that,...
Hi, I don't know if people running Django 4.0 will be using `django-celery` but I had to make some fixes to `djcelery` in order to get it working. I had...
Warehouse now uses the project_urls provided to display links in the sidebar on [this screen](https://pypi.org/project/requests/), as well as including them in API responses to help the automation tool find the...
Hello, Is there a documentation about migrating from `djcelery` to `django_celery_results`? It seems there were 6 tables: ``` public | djcelery_crontabschedule | table | public | djcelery_intervalschedule | table |...
PID | USER | PR | NI | VIRT | RES | SHR | S | %CPU | %MEM | TIME+ | COMMAND -- | -- | -- | --...
https://pypi.org/project/anyjson/ has not been released since 2012 and its installation utilizes `use_2to3=True` which was [removed in `setuptools` v58.0.0](https://setuptools.pypa.io/en/latest/history.html#v58-0-0) because `2to3` is being removed from Python. Workaround: Downgrading via `pip install...
Guys, I have a few tasks that I used to control from django-admin djcelery. This has been working for years like that. Recently I did a database migration and since...