celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

Document `track_started` setting #373

Closed hsenot closed 1 year ago

hsenot commented 1 year ago

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.