KryptedGaming / krypted

Community management platform by Krypted Gaming.
https://auth.kryptedgaming.com/
MIT License
8 stars 8 forks source link

Investigate Django Celery Results #375

Open porowns opened 3 years ago

porowns commented 3 years ago

https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend

Kind of piggybacks of of https://github.com/KryptedGaming/krypted/issues/371. If users can view the tasks that failed, we could likely skip over that issue. Furthermore, we wouldn't have to do a complicated Flower setup and we could provide a small dashboard for viewing jobs easily.