RealOrangeOne / django-tasks

A reference implementation and backport of background workers and tasks in Django
https://pypi.org/project/django-tasks/
BSD 3-Clause "New" or "Revised" License
211 stars 13 forks source link

Django Admin interface #18

Closed RealOrangeOne closed 3 weeks ago

RealOrangeOne commented 1 month ago

For the database backend, it would be useful for debugging to be able to see a read-only view into the task queue.

This could also include the ability to re-schedule or cancel tasks.

dennisstritzke commented 3 weeks ago

I am attending the DjangoCon sprint and working on this.