You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly reference the `track_started` setting to highlight the fact that task execution duration can not be obtained from a task result's `date_created` and `date_done` without a configuration change.
Copy file name to clipboardExpand all lines: docs/getting_started.rst
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,9 @@ To use :pypi:`django-celery-results` with your project you need to follow these
60
60
.. code-block:: python
61
61
62
62
CELERY_RESULT_EXTENDED=True
63
+
64
+
If you want to track the execution duration of your tasks (by comparing `date_created` and `date_done` in TaskResult), enable the :setting:`track_started` setting.
0 commit comments