|
|
|
|
|
by owaislone
140 days ago
|
|
Django 6's tasks framework is nice but so far it is only an API. It does not include an actual worker implementaiton. There is a django-tasks package which does a basic implementation but it is not prod ready. I tried it and it is very unreliable. Hopefully the community will come out with backends for it to plug celery, oban, rq etc. |
|
[1] https://github.com/RealOrangeOne/django-tasks?tab=readme-ov-...