Author: gunter.schmidt
Description:
When you edit a template, the job-queue gets filled. If you edit the same template multiple times within
a short period of time, the job-queue will have identical entries.
This does not result in an error, but in unnecessary database load.
I propose, the job table should be checked, if there are already entries with the same "job_cmd,
job_namespace and job_title".
Since the job queue is updated after the edit is finished, there should not be a problem with entries
that do exist during check, but are already completed on update of the table.
The benefit would be:
- less db load
- faster updates on long queues, because they are considerably shorter
While writing this wikipedia en has a jobqueue of 82,305 entries, so I make it a high priority bug.
Version: 1.9.x
Severity: minor