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

Completion information #31

Closed RealOrangeOne closed 3 weeks ago

RealOrangeOne commented 3 weeks ago

Currently, it's not possible to determine when a task completed, nor when it was scheduled. This makes it more difficult to measure how long tasks have been in the queue, which is helpful when analysing queue depth (a la #12).

2 new fields should be added:

dennisstritzke commented 3 weeks ago

I am attending the DjangoCon sprint and working on this.