Skip to content

Do not load every process when browsing a Task in the Django admin

Erwan Rouchet requested to merge task-raw-process-id into release-1.6.6

I was troubleshooting a task and found that the admin was quite slow, so I did a quick test locally and found that every process was being loaded at once when browsing a task. This now only loads the process of the current task.

Merge request reports

Loading